LINUX下非交互加入非root用户 可使用如下命令:test11/test123
useradd -p `openssl passwd test123` test11
下面加入root权限用户:test11/test123
useradd -o -u 0 -g 0 –p `openssl passwd test123` test11
或者
useradd -p `openssl passwd -1 -salt \'Hj8a\' pAss***w0rd` -u 0 -o -g root -G root -s /bin/bash -d /usr/bin/zxbbix zabbix
-s 指定shell为bash
-d 指定home目录
passwd加了salt
zxbbix为用户名