[20220623]linux 口令expire問題.txt
[20220623]linux 口令expire問題.txt
--//今天登入伺服器提示:
root@192.xxx.xx.xxx's password:
Send automatic password
Warning: your password will expire in 4 days
# chage -l root
Last password change : Apr 28, 2022
Password expires : Jun 27, 2022
Password inactive : never
Account expires : never
Minimum number of days between password change : 1
Maximum number of days between password change : 60
Number of days of warning before password expires : 7
# chage -l oracle
Last password change : Apr 30, 2022
Password expires : Jun 29, 2022
Password inactive : never
Account expires : never
Minimum number of days between password change : 1
Maximum number of days between password change : 60
Number of days of warning before password expires : 7
--//可以發現兩個使用者快到expires時間點。
--//執行如下:
chage -d 9999 -E -1 -m -1 -M -1 -W -1 oracle
chage -d 9999 -E -1 -m -1 -M -1 -W -1 root
chage -d 9999 -E -1 -m -1 -M -1 -W -1 grid
# chage -l oracle
Last password change : May 18, 1997
Password expires : never
Password inactive : never
Account expires : never
Minimum number of days between password change : -1
Maximum number of days between password change : -1
Number of days of warning before password expires : -1
--//這樣可以一勞永逸解決問題,當然安全問題是另當別論。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/267265/viewspace-2903032/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- [20171101]修改oracle口令安全問題.txtOracle
- [20171213]john破解oracle口令.txtOracle
- oracle使用者口令中帶@符號問題Oracle符號
- [20171214]hashcat破解oracle口令.txtOracle
- linux中修改root口令Linux
- postgresql copy UNICODE txt 問題。SQLUnicode
- [20141219]關於sqlnet.expire_time.txtSQL
- [20171229]hashcat破解oracle口令2.txtOracle
- Linux設定口令複雜度和口令定期更換策略Linux複雜度
- Linux口令相關知識Linux
- RedHat Linux口令恢復(轉)RedhatLinux
- [20161228]linux修改網路配置問題.txtLinux
- [20151021]關於sqlnet.expire_time2.txtSQL
- [20160420]shadow檔案格式口令加密.txt加密
- [20171214]慎用toad儲存口令功能.txt
- [20180123]測試SQLNET.EXPIRE_TIME引數.txtSQL
- RedHat Linux口令恢復任我行RedhatLinux
- 把TXT文字匯入SQLServer常見問題SQLServer
- Ubuntu11.10 亂碼問題(TXT)。Ubuntu
- [20191106]12c DCD SQLNET.EXPIRE_TIME.txtSQL
- [20160906]修改口令在記憶體中.txt記憶體
- Linux問題集Linux
- [20160910]sqlldr使用問題.txtSQL
- java 讀取.txt檔案時,注意的問題Java
- [20121028]not in與NULL問題.txtNull
- [20160608]perf定位問題.txt
- Unix/BSD/Linux的口令機制初探(轉)Linux
- RedHat Linux口令恢復任我行(轉)RedhatLinux
- Linux時區問題Linux
- Linux 常見問題Linux
- linux遇到的問題Linux
- Linux排查JVM問題LinuxJVM
- linux下datastage問題LinuxAST
- Linux的crontab問題Linux
- [20190221]sql patch 問題.txtSQL
- [20210812]windows xcopy問題.txtWindows
- [20220329]windows xcopy命令問題.txtWindows
- [20180509]函式索引問題.txt函式索引