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
"Progress Bar" form that can be called often throughout an application
Can’t run GUI using ssh –Y
2008 std server not reporting in to WSUS
Using Modules in VBA to prevent repeating codes in sheets
VB.Net XML Reading
how do i recover JPG files after rolling back Windows 7?
flash AS3 gotoAndPlay question
How to fix assignment of 'ptr to const' to 'ptr' compile error?
Windows Networking: Switching Subnets
IIS 7 Authorization rules icon missing