adduser is simple enough but I am unsure about what information to put when adding another user with the same privileges as www
I have looked at the following but still need help:
http://www.freebsd.org/doc/en/books/handbook/users.html
Basically I want to clone the www user with a different name but am unsure of all the settings used. So far I have:
Does this look ok?
And what does the following mean when I respond with no:
Use password-based authentication? [yes]: no
I have looked at the following but still need help:
http://www.freebsd.org/doc/en/books/handbook/users.html
Basically I want to clone the www user with a different name but am unsure of all the settings used. So far I have:
Code:
# adduser
Username: wwwmain
Full name: Apache User for User main
Uid (Leave empty for default):
Login group [wwwmain]:
Login group is wwwmain. Invite wwwmain into other groups? []: main
Login class [default]:
Shell (sh csh tcsh bash rbash nologin) [sh]: nologin
Home directory [/home/wwwmain]: /nonexistent
Use password-based authentication? [yes]: no
Lock out the account after creation? [no]:
Username : wwwmain
Password : <disabled>
Full Name : Apache User for User main
Uid : 1015
Class :
Groups : wwwmain main
Home : /nonexistent
Shell : /usr/sbin/nologin
Locked : no
OK? (yes/no): yes
adduser: INFO: Successfully added (wwwmain) to the user database.
Does this look ok?
And what does the following mean when I respond with no:
Use password-based authentication? [yes]: no