1
0
Fork 0

trimurti.md: add groups for _pratham_

This commit is contained in:
Pratham Patel 2022-10-30 16:41:10 +05:30
parent aa9d180137
commit 3e94490d75
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ DEBIAN_FRONTEND=noninteractive apt install -y zfs-dkms zfs-zed zfsutils-linux
### Add user
```bash
useradd -m -G adm,games,sys,systemd-journal,uucp,sudo -s /bin/zsh pratham
useradd -m -G adb,audio,cdrom,dip,floppy,games,netdev,plugdev,sys,systemd-journal,uucp,video -s $(which zsh) pratham
usermod --password $(echo asdf | openssl passwd -1 -stdin) pratham
passwd -e pratham