摘要:
验证root口令脚本 #!/bin/bash PWD=12321 if test -z $PWD;then read -p "输入 root 用户的口令: " PWD fi while true;do echo " root 口令验证中..." su oracle -c "echo $PWD|su 阅读全文
posted @ 2022-04-13 09:59 三年三班王小朋 阅读(106) 评论(0) 推荐(0)
|
||
|
摘要:
验证root口令脚本 #!/bin/bash PWD=12321 if test -z $PWD;then read -p "输入 root 用户的口令: " PWD fi while true;do echo " root 口令验证中..." su oracle -c "echo $PWD|su 阅读全文
posted @ 2022-04-13 09:59 三年三班王小朋 阅读(106) 评论(0) 推荐(0) |
||