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 zsh:

useradd -mG wheel -s /bin/zsh sebin

Set a password for the new user:

passwd sebin

Revision #3
Created 2022-02-12 00:21:18 UTC by Sebin
Updated 2022-03-02 17:46:25 UTC by Sebin