docs: add user with comment
parent
15d06a92f5
commit
16d9e97d90
|
@ -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):
|
||||||
|
|
Loading…
Reference in New Issue