发新话题
打印

freebsd 的wheel组问题?!!无法su成root

freebsd 的wheel组问题?!!无法su成root

我用useradd加用户后,登陆,su 的时候总是提示you are not in the correct group (wheel) to su root.这是怎么回事?      

TOP

visudo? visudoer? 把可以su的组加进去。或是/etc/sudoer里面指定。      
        世事膣分?邋,因果照?循?。

TOP

In addition to "sudo", you can delete the user and add again:-)
adduser -group wheel

I remeber somebody said you can do by adding the user in the /etc/group file (in the line of wheel), never tried it though.      

TOP

发新话题