linux
usermod -L username //disable user
usermod -U username //enable user
solaris linux皆可
passwd -l username //lock the account
passwd -u username //unlock the account
linux
usermod -L username //disable user
usermod -U username //enable user
solaris linux皆可
passwd -l username //lock the account
passwd -u username //unlock the account
Post a Comment