Advertisement
Guest User

Untitled

a guest
Jun 13th, 2013
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.97 KB | None | 0 0
  1. Linux doybox 3.6.11+ #456 PREEMPT Mon May 20 17:42:15 BST 2013 armv6l
  2.  
  3. The programs included with the Debian GNU/Linux system are free software;
  4. the exact distribution terms for each program are described in the
  5. individual files in /usr/share/doc/*/copyright.
  6.  
  7. Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
  8. permitted by applicable law.
  9. Last login: Thu Jun 13 21:34:24 2013
  10. pi@doybox ~ $ usermod -1 doybox -d doybox -m pi
  11. usermod: invalid option -- '1'
  12. Usage: usermod [options] LOGIN
  13.  
  14. Options:
  15. -c, --comment COMMENT new value of the GECOS field
  16. -d, --home HOME_DIR new home directory for the user account
  17. -e, --expiredate EXPIRE_DATE set account expiration date to EXPIRE_DATE
  18. -f, --inactive INACTIVE set password inactive after expiration
  19. to INACTIVE
  20. -g, --gid GROUP force use GROUP as new primary group
  21. -G, --groups GROUPS new list of supplementary GROUPS
  22. -a, --append append the user to the supplemental GROUPS
  23. mentioned by the -G option without removing
  24. him/her from other groups
  25. -h, --help display this help message and exit
  26. -l, --login NEW_LOGIN new value of the login name
  27. -L, --lock lock the user account
  28. -m, --move-home move contents of the home directory to the
  29. new location (use only with -d)
  30. -o, --non-unique allow using duplicate (non-unique) UID
  31. -p, --password PASSWORD use encrypted password for the new password
  32. -R, --root CHROOT_DIR directory to chroot into
  33. -s, --shell SHELL new login shell for the user account
  34. -u, --uid UID new UID for the user account
  35. -U, --unlock unlock the user account
  36. -Z, --selinux-user SEUSER new SELinux user mapping for the user account
  37.  
  38. pi@doybox ~ $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement