|
Most common method is useradd:
Running useradd is equivalent to:
- edit /etc/passwd, /etc/shadow, /etc/group
- create and populate home directory
- set permissions and ownership
Set account password using passwd
Accounts may be added in a batch with newusers
|