docs: remove useradd

main
sudo pacman -Syu 2021-04-28 17:27:14 +07:00
parent f8687d1bb0
commit 612a6c0335
1 changed files with 3 additions and 15 deletions

View File

@ -238,20 +238,6 @@ EDITOR=nvim visudo
# Uncomment group wheel
```
#### [Users and groups](https://wiki.archlinux.org/index.php/users_and_groups)
Add user:
```sh
useradd -m -G wheel -s /bin/bash -c "The Joker" joker
```
Set password:
```sh
passwd username
```
#### [systemd-homed](https://wiki.archlinux.org/index.php/Systemd-homed)
```sh
@ -260,7 +246,9 @@ systemctl enable systemd-homed.service
homectl create joker --real-name="The Joker" --member-of=wheel
```
**Note**: can not run `homectl` when install Arch Linux, should run on the first boot.
**Note**:
Can not run `homectl` when install Arch Linux.
Should run on the first boot.
### Desktop Environment