Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 172 Bytes

unix_users.md

File metadata and controls

7 lines (5 loc) · 172 Bytes

Create a new user, with a home directory

The -m option will (m)ake a ho(m)e directory for the user, usually copied from /etc/skel

useradd -m <username>