摘要: [root@harbor tools]# cat test.sh #!/bin/bash # 生成随机密码 password=$(openssl rand -base64 12) # 输出生成的密码 echo "生成的密码为: $password" 阅读全文
posted @ 2023-04-25 18:00 Leonardo-li 阅读(101) 评论(0) 推荐(0) 编辑