Creating users...
Hey there,
Is there an option that allows you to add a user account but not setup a login/home folder for them on the system?
#useradd <name>
will add the user to the system, as well as create a home/login directory for them. I want to allow the account to authenticate to the system, but not create login files/directory for them.
|