useradd

1. Create user

Use useradd(8) to create user home directory, add additional groups and set Bash as login shell then run passwd to set the user password

useradd -m -G adm,sudo -s /bin/bash alan

2. Related nodes

3. References

lun. 11 mai 2026

Generated with Emacs 30.1 (Org mode 9.7.11)