02 2017 档案

linux 创建sudo账号.md
摘要:内容来源自网络 方案一 root登录 ssh root@server_ip_address 新增用户 adduser username 设置密码 passwd username 输入两次密码 修改帐户所属分组,有的linux中wheel分组用户默认有sudo权限 usermod aG wheel u 阅读全文

posted @ 2017-02-16 10:03 xiaoheike 阅读(1236) 评论(0) 推荐(1)

导航