请通过浏览器功能收藏网页

Linux添加用户及配置密码信息 Linux

发布时间:2018-08-08 10:57:34  作者:本站编辑  来源:本站原创  浏览次数:
我有话说 | 分享 |
www.javainfo.com.cn 上干货 欢迎收藏

只有root用户可以设置其他用户的密码


添加用户

现在来看看如何增加一般用户。看如下操作:

[root@Linux one]# useradd user1

[root@Linux one]# passwd user1      对用户设置密码

Changing password for user user1.

New UNIX password: <--这里输入用户的密码

BAD PASSWORD: it is too simplistic/systematic

Retype new UNIX password: <--再次输入上面的密码

passwd: all authentication tokens updated successfully. <--提示用户设置密码成功



如有疑问 请留言 欢迎提供建议
  • 0

    开心

  • 0

    板砖

  • 0

    感动

  • 0

    有用

  • 0

    疑问

  • 0

    难过

  • 0

    无聊

  • 0

    震惊

评论已有 0