Table of Contents

useradd/userdel in Linux

useradd

useradd -g users -G audio,tty,wheel,dba -s /bin/bash -m <user>

userdel

userdel <user>

Allow user to 'su - root' without a password

Now the user can su to root without a password.