View Single Post
  #2   (View Single Post)  
Old 21st November 2008
J65nko J65nko is offline
Administrator
 
Join Date: May 2008
Location: Budel - the Netherlands
Posts: 4,132
Default

An user in the wheel group can should be able to su - root. The password needed for this is the password of root.
You can check whether the user is really member of the wheel group
Code:
$ groups j65nko
j65nko wheel operator
For sudo the user needs to give his own password.
The advantage of sudo that the root password can be a secret known to root only.
__________________
You don't need to be a genius to debug a pf.conf firewall ruleset, you just need the guts to run tcpdump
Reply With Quote