:: Re: [DNG] sudo or su?
Pàgina inicial
Delete this message
Reply to this message
Autor: Arnt Gulbrandsen
Data:  
A: dng
Assumpte: 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