Ticket #139 (closed enhancement: fixed)

Opened 5 years ago

Last modified 5 years ago

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:1 Changed 5 years ago by alan@…

Hi,

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

Alan

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.

comment:4 Changed 5 years ago by alan@…

  • Component changed from Applications to Feature Requests
  • Severity changed from normal to enhancement

comment:5 Changed 5 years ago by lawmanuk@…

  • Status changed from new to closed
  • Resolution set to fixed
Note: See TracTickets for help on using tickets.