View Single Post
Posts: 1,808 | Thanked: 4,272 times | Joined on Feb 2011 @ Germany
#369
Originally Posted by Estel View Post
Well, does it hurt to have ping and su the way it is not, used only from root privilleges?

/Estel
Well, for ping I could accept having to be root. But the most common use of su is for *getting root*

Yeah, one could do alias su="sudo /bin/su", but it's not really the same. What if I have two users (e.g. "user" and "luser") and I want to switch from one to the other? su is just for that. sudo is only for getting root.
 

The Following 3 Users Say Thank You to reinob For This Useful Post: