Advertisement
Guest User

Untitled

a guest
May 29th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 1.28 KB | None | 0 0
  1. root@s1:~# passwd root SmaCkMark9215XDASD
  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
  23.  
  24. root@s1:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement