:: Re: [DNG] sudo or su?
Inizio della pagina
Delete this message
Reply to this message
Autore: Arnt Gulbrandsen
Data:  
To: dng
Oggetto: Re: [DNG] sudo or su?
The main difference is whether you want to keep being the original user
or become root. Sudo keeps yourself when it can, su changes when it
can. The difference affects e.g. $PATH, which sudo leaves alone and su
resets to root's value.

Arnt