- use useradd command to add a user
- RedHat derivatives automatically create
but that can be forced with -m
- useradd -m steve -- creates steve and associated
- set user passwords with passwd
- passwd steve
- useradd manipulates: /etc/passwd, /etc/shadow, /etc/group, /etc/gshadow
NEXT
INDEX
Master Index