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 12 February 2022 00:21:18 by Sebin
Updated 2 March 2022 17:46:25 by Sebin