摘要: 本文总结了Linux添加或者删除用户和用户组时常用的一些命令和参数。1、建用户:adduser phpq //新建phpq用户passwd phpq //给phpq用户设置密码2、建工作组groupadd test //新建test工作组3、新建用户同时增加工作组useradd -g test ph... 阅读全文
posted @ 2013-03-17 20:24 lyyyuna 阅读(197) 评论(0) 推荐(0) 编辑