docs: add user with comment

main
Tran Hau 2021-04-17 12:38:55 +07:00
parent 15d06a92f5
commit 16d9e97d90
1 changed files with 1 additions and 7 deletions

View File

@ -197,7 +197,7 @@ Always remember to check **dependencies** when install packages.
Add user: Add user:
```sh ```sh
useradd -m -G additional_groups -s login_shell username useradd -m -G wheel -s /bin/bash -c "The Joker" joker
``` ```
Set password: Set password:
@ -214,12 +214,6 @@ EDITOR=nvim visudo
# Uncomment group wheel # Uncomment group wheel
``` ```
| Pseudo | Real |
| ------------------- | ----------- |
| `additional_groups` | `wheel` |
| `login_shell` | `/bin/bash` |
| `username` | `joker` |
### Desktop Environment ### Desktop Environment
Install [Xorg](https://wiki.archlinux.org/index.php/Xorg): Install [Xorg](https://wiki.archlinux.org/index.php/Xorg):