:: Re: [DNG] sudo or su?
Góra strony
Delete this message
Reply to this message
Autor: Arnt Gulbrandsen
Data:  
Dla: dng
Temat: 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