【腾讯云】云产品限时秒杀,爆款1核2G云服务器,首年99元
摘要: 在linux下,新建用户的时候使用sudo时会提示用户没有sudo权限 修改方法 1.切换至root账号 2.打开文件/etc/sudoers 3.找到"root ALL=(ALL) ALL“ 4.在其下方添加如下 happen ALL=(ALL)ALL 5.exit推出root账号 6.执行命令 阅读全文
posted @ 2018-01-12 10:41 happenzh 阅读(139) 评论(0) 推荐(0) 编辑