LINUX下非交互加入一般用户的命令

2013-07-25 20:57:40 6 3579
LINUX下非交互加入一般用户也可使用命令:test11/test123
useradd -p `openssl passwd test123` test11

//下面加入root权限用户:test11/test123
useradd -o -u 0 -g 0 –p `openssl passwd test123` test11

关于作者

getshell31篇文章252篇回复

评论6次

要评论?请先  登录  或  注册