会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Veryvalley
博客园
首页
新随笔
联系
订阅
管理
2019年4月11日
linux 添加删除用户
摘要: 1、新建用户:adduser test //新建test用户passwd test //给test用户设置密码 2、新建工作组groupadd test //新建test工作组 3、新建用户同时增加工作组useradd -g test phpq //新建phpq用户并增加到test工作组 注::-g
阅读全文
posted @ 2019-04-11 11:07 veryvalley
阅读(161)
评论(0)
推荐(0)
编辑
公告