Ticket #139 (closed enhancement: fixed)
sudo problems
| Reported by: | lawmanuk@… | Owned by: | parsix-devel@… |
|---|---|---|---|
| Priority: | high | Component: | Feature Requests |
| Version: | 1.5 (viola) | Severity: | minor |
| Keywords: | Cc: |
Description
Hi,
The sudo command doesn't seem to work for stuff that needs admin priviliges.
the only way i can get them to work, is by using su command.
this creates various permission problems later on, as is the case with programs such as truecrypt and other instances when i've needed sudo.
is it possible to simply re-enable it, like in other distros?
thanks
Change History
comment:2 Changed 5 years ago by lawmanuk@…
how can i enable on installed version? as it makes the life of this newbie much much easier
comment:3 Changed 5 years ago by alan@…
Here it is. Type the following command as root user:
# visudo
Add the following line, replace username with desired name:
username ALL=(ALL) ALL
Save and exit. That's all.
Note: See
TracTickets for help on using
tickets.



Hi,
sudo is enabled only on Live CD sessions and not on installed system.
Alan