nareshkamboju

passwd help

Jul 17th, 2017
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. root@hikey:~# passwd --help
  2. Usage: passwd [options] [LOGIN]
  3.  
  4. Options:
  5. -a, --all report password status on all accounts
  6. -d, --delete delete the password for the named account
  7. -e, --expire force expire the password for the named account
  8. -h, --help display this help message and exit
  9. -k, --keep-tokens change password only if expired
  10. -i, --inactive INACTIVE set password inactive after expiration
  11. to INACTIVE
  12. -l, --lock lock the password of the named account
  13. -n, --mindays MIN_DAYS set minimum number of days before password
  14. change to MIN_DAYS
  15. -q, --quiet quiet mode
  16. -r, --repository REPOSITORY change password in REPOSITORY repository
  17. -R, --root CHROOT_DIR directory to chroot into
  18. -S, --status report password status on the named account
  19. -u, --unlock unlock the password of the named account
  20. -w, --warndays WARN_DAYS set expiration warning days to WARN_DAYS
  21. -x, --maxdays MAX_DAYS set maximum number of days before password
  22. change to MAX_DAYS
Add Comment
Please, Sign In to add comment