首页 > 系统 > CentOS > 正文

CentOS添加和删除用户

2020-05-27 13:20:30
字体:
来源:转载
供稿:网友

   在CentOS下添加和删除用户命令:

  添加用户 test:

  adduser test

  修改test密码:passwd test

  删除用户test:userdel test

  删除用户以及用户目录:userdel -f test

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表