# /opt/bum/bin/bum_passwd account new_password
|
account
|
name of the account
|
|
new_password
|
enter the new password
|
# /opt/bum/bin/bum_passwd -l account
|
-l
|
lock an account
|
|
account
|
name of the account
|
# /opt/bum/bin/bum_passwd -u account
|
-u
|
unlock an account
|
|
account
|
name of the account
|
# /opt/bum/bin/bum_passwd -f account
|
-f
|
force the user to change the password with next
login
|
|
account
|
name of the account
|
# /opt/bum/bin/bum_passwd -d account
|
-d
|
delete the password of an account ("-f"
is implied in this option)
|
|
account
|
name of the account
|