Administration
To see the password policy type (where username should be replaced with the user)
chage -l username
To unlock a locked user type
faillog -r -u userName
To see if an account is locked type
faillog
You can also unlock an account with passwd
passwd -u username
Or lock an account
passwd -l username
Remove files recursive with all files and directories
rm -r directory_name
page revision: 4, last edited: 17 Nov 2009 19:59