Advertisement
Guest User

Untitled

a guest
Dec 11th, 2021
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. craft@minetestserver-2-0:~$ sudo adduser -s -u 900 -U minetest
  2. [sudo] password for craft:
  3. Option s is ambiguous (shell, system)
  4. Value "minetest" invalid for option uid (number expected)
  5. adduser [--home DIR] [--shell SHELL] [--no-create-home] [--uid ID]
  6. [--firstuid ID] [--lastuid ID] [--gecos GECOS] [--ingroup GROUP | --gid ID]
  7. [--disabled-password] [--disabled-login] [--add_extra_groups]
  8. [--encrypt-home] USER
  9. Add a normal user
  10.  
  11. adduser --system [--home DIR] [--shell SHELL] [--no-create-home] [--uid ID]
  12. [--gecos GECOS] [--group | --ingroup GROUP | --gid ID] [--disabled-password]
  13. [--disabled-login] [--add_extra_groups] USER
  14. Add a system user
  15.  
  16. adduser --group [--gid ID] GROUP
  17. addgroup [--gid ID] GROUP
  18. Add a user group
  19.  
  20. addgroup --system [--gid ID] GROUP
  21. Add a system group
  22.  
  23. adduser USER GROUP
  24. Add an existing user to an existing group
  25.  
  26. general options:
  27. --quiet | -q don't give process information to stdout
  28. --force-badname allow usernames which do not match the
  29. NAME_REGEX[_SYSTEM] configuration variable
  30. --extrausers uses extra users as the database
  31. --help | -h usage message
  32. --version | -v version number and copyright
  33. --conf | -c FILE use FILE as configuration file
  34.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement