Skip to main content

Add User

It is advised to add a regular user account for day to day usage.

# 

Add a new user, create a home directory, add them to the wheel group, set their default shell to zshzsh:

useradd -mG wheel -s /bin/zsh sebin
#

Set a password for the new useruser:

passwd sebin