:: Re: [DNG] sudo or su?
Kezdőlap
Delete this message
Reply to this message
Szerző: Arnt Gulbrandsen
Dátum:  
Címzett: dng
Tárgy: 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