主机头

标题: debian的sudo不能使用 [打印本页]

作者: admin    时间: 2016-6-16 00:11
标题: debian的sudo不能使用
  1. <font class="Apple-style-span" color="#000102" style="font-family: Georgia, 宋体, Arial, sans-serif; font-size: 13px; line-height: 19px; background-color: rgb(255, 255, 255);">sudo可以让非root用户具有管理员的权限,安装好的Debian后还不能使用sudo,需要使用root用户登陆后安装sudo命令。
  2. </font><code style="color: rgb(102, 102, 102); font-size: 13px; line-height: 19px; background-color: rgb(255, 255, 255);"><font class="Apple-style-span" color="#000102"><font class="Apple-style-span" face="'Courier New'">#apt-get install sudo</font></font></code><font class="Apple-style-span" color="#000102" style="font-family: Georgia, 宋体, Arial, sans-serif; font-size: 13px; line-height: 19px; background-color: rgb(255, 255, 255);">
  3. 安装后,就可以给你的帐号设置管理员权限了
  4. </font><code style="color: rgb(102, 102, 102); font-size: 13px; line-height: 19px; background-color: rgb(255, 255, 255);"><font class="Apple-style-span" color="#000102"><font class="Apple-style-span" face="'Courier New'">#vim /etc/sudoers</font></font></code><font class="Apple-style-span" color="#000102" style="font-family: Georgia, 宋体, Arial, sans-serif; font-size: 13px; line-height: 19px; background-color: rgb(255, 255, 255);">
  5. 添加一行 username ALL=(ALL) ALL #这里的username就是你要给予一定权限的用户
  6. 然后保存,退出root,然后使用username用户登陆。应该就有sudo权限了。</font>
复制代码





欢迎光临 主机头 (http://zhujitou.com/) Powered by Discuz! X2.5