1、echo $RANDOM 2、openssl rand -base64 8 3、date +%n%N 4、head /dev/urandom |cksum 5、cat /proc/sys/kernel/random/uuid 6、mkpasswd -l 9 -d 2 -c 3 -C 3 -s 1 ##mkpasswd需要安装expect yum -y install expect
#相关参数说明
-l 指定密码长度
-d 指定数字长度
-c 指定小写字母数量
-C 指定大写字母数量
-s 指定特殊字符数量