Microsoft
Software
Hardware
Network
Question : How to set password to unexipre for oracle account on linux
Hi experts,
wanted to know if there is a command that can be used to set an account to not locked, not expiry and not disabled on a linux server. This that the password of the particular account never expires and that the account is never disabled and or never locked.
something like: usermod -x administrative_lock_applie
d=0 passwd_expire_time=0 passwd_lifetime=0 [username]
The command above does work on linux.
Answer : How to set password to unexipre for oracle account on linux
chage -I -1 -m 0 -M 99999 -E -1 username
If account was locked, it can be unlocked with:
usermod -U username
Random Solutions
Exchange 2007 Import multivalued proxyaddresses
Need help for create csv ?
Date SQL
Displaying SPANS to simulate tb-lr rather than the normal lr-tb way of displaying things.
Laptop Screen goes blank when undocking
Allow userok@ip_good, Deny userok@any_other_ip and Allow *@*
Connect linux to internet
paypal
Tool-Tip Pop-Up won't show in IE 8
Read Data from Excel using OLEDB in Visual Basic 2010