Advertisement
Guest User

Untitled

a guest
Feb 6th, 2010
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. # sudo adduser kronos fuse
  2. Usage: useradd [options] LOGIN
  3.  
  4. Options:
  5. -b, --base-dir BASE_DIR base directory for the new user account
  6. home directory
  7. -c, --comment COMMENT set the GECOS field for the new user account
  8. -d, --home-dir HOME_DIR home directory for the new user account
  9. -D, --defaults print or save modified default useradd
  10. configuration
  11. -e, --expiredate EXPIRE_DATE set account expiration date to EXPIRE_DATE
  12. -f, --inactive INACTIVE set password inactive after expiration
  13. to INACTIVE
  14. -g, --gid GROUP force use GROUP for the new user account
  15. -G, --groups GROUPS list of supplementary groups for the new
  16. user account
  17. -h, --help display this help message and exit
  18. -k, --skel SKEL_DIR specify an alternative skel directory
  19. -K, --key KEY=VALUE overrides /etc/login.defs defaults
  20. -m, --create-home create home directory for the new user
  21. account
  22. -l, do not add user to lastlog database file
  23. -M, do not create user's home directory(overrides /etc/login.defs)
  24. -r, create system account
  25. -o, --non-unique allow create user with duplicate
  26. (non-unique) UID
  27. -p, --password PASSWORD use encrypted password for the new user
  28. account
  29. -s, --shell SHELL the login shell for the new user account
  30. -u, --uid UID force use the UID for the new user account
  31. -Z, --selinux-user SEUSER use a specific SEUSER for the SELinux user mapping
  32.  
  33.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement