Is there a way to disable the root account completely on openSUSE so you can administer your system like the way you would do in Ubuntu?
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
|
http://sathyasays.com/2008/05/27/enabling-and-disabling-root-account-in-debianubuntu/ Basically, you just make sure the 'sudoers' file allows anybody in the 'admin' group (or whatever group you want) to execute files using 'sudo':
Then you disable the 'root' account password with:
This should work with openSUSE too. |
|||||||||
|