感谢支持
我们一直在努力
RackNerd Banner 468x60 RackNerd Banner 468x60

Linux认证辅导:如何创建用户

#useradd [用户名]


#password [用户名]


example:


[root@www.linuxidc.com root]# useradd student


[root@www.linuxidc.com root]# passwd student


Changing password for user student


New password:                                      (无回显)


Retype new password:                           (无回显)


passwd: all authentication tokens updated successfully


[root@www.linuxidc.com root]#

赞(0)
转载请注明出处:服务器评测 » Linux认证辅导:如何创建用户
分享到: 更多 (0)