linux生成随机密码/随机数

[root@host1 ~]$echo $RANDOM|md5sum|cut -c 1-8
[root@host1 ~]$echo $RANDOM | cksum | cut -c 1-5  #只生成数字的。

你可能感兴趣的:(Linux,linux)