Linux如何设置输入密码
来源:动视网
责编:小OO
时间:2022-03-31 20:45:27
Linux如何设置输入密码
1、用root登录,然后执行useradd –d userhome –g GID username。2、比如:useradd –d /home/test –g 600 test test。3、密码设置执行passwd test。4、输入要为该新用户设置的密码。5、输入确认密码。
导读1、用root登录,然后执行useradd –d userhome –g GID username。2、比如:useradd –d /home/test –g 600 test test。3、密码设置执行passwd test。4、输入要为该新用户设置的密码。5、输入确认密码。

1、用root登录,然后执行useradd –d userhome –g GID username。
2、比如:useradd –d /home/test –g 600 test test。
3、密码设置执行passwd test。
4、输入要为该新用户设置的密码。
5、输入确认密码。
Linux如何设置输入密码
1、用root登录,然后执行useradd –d userhome –g GID username。2、比如:useradd –d /home/test –g 600 test test。3、密码设置执行passwd test。4、输入要为该新用户设置的密码。5、输入确认密码。