摘要: 1、建用户:adduser phpq //新建phpq用户passwd phpq //给phpq用户设置密码2、建工作组groupadd test //新建test工作组3、新建用户同时增加工作组useradd -g test phpq //新建phpq用户并增加到test工作组注::-g 所属组 ... 阅读全文
posted @ 2014-06-03 13:27 IT一族 阅读(294) 评论(0) 推荐(0) 编辑