首页 > 学院 > 网络通信 > 正文

CentOS添加和删除用户

2019-11-03 23:15:44
字体:
来源:转载
供稿:网友

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

  添加用户 test:

  adduser test

  修改test密码:passwd test

  删除用户test:userdel test

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


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