摘要: Linux添加/删除用户和用户组 1、建用户:adduser phpq //新建phpq用户passwd phpq //给phpq用户设置密码2、建工作组groupadd test //新建test工作组3、新建用户同时增加工作组useradd -g test phpq //新建phpq用户并增加... 阅读全文
posted @ 2015-11-05 16:05 怒杀神 阅读(1409) 评论(0) 推荐(0) 编辑