Click to See Complete Forum and Search --> : Using su.


MattWil
09-24-2001, 08:09 PM
Hi, I'm running FreeBSD 4.3 and I was wondering how I would make certain username allowed to use su. I currently have two usernames other than root and put them both into a group called admin. Do I need to somehow give admin certain rights? How would I go about doing this? Thanks!

element-x
09-24-2001, 08:36 PM
usermod -G default_group, wheel <username>

Users on FreeBSD require being in the group "wheel" to use su.

X_console
09-24-2001, 08:55 PM
Moving this to Other UNIX OS.