> #!/bin/bash > # add user and set default groups > useradd custom_user -G users,adm,sudo > echo " set default passwords " > echo "root:the_root_password" | chpasswd > echo "custom_user:the_custom_user_password" | chpasswd Thank you.
-- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]
