Buat user baru Arch linux - playmakermz/pustaka GitHub Wiki
Buat User baru
pacman --sync sudo
useradd --create-home example_user
passwd example_user
User add group
usermod --append --groups wheel example_user
pacman -S vi
visudo
## Uncomment to allow members of group wheel to execute any command
%wheel ALL=(ALL) ALL
Test
su - example_user, whoami, sudo whoami