~$apt-get install sudo
在root设置sudoers配制文件
~$chmod +w /etc/sudoers
~$vim /etc/sudoers
添加一行 username ALL=(ALL) ALL
其中username是你的用户名,保存
更改sudoers文件权限
~$chmod 0440 /etc/sudoers
退出root
参考文献:http://blog.chinaunix.net/u1/51074/showart_429833.html
~$apt-get install sudo
~$chmod +w /etc/sudoers
~$vim /etc/sudoers
~$chmod 0440 /etc/sudoers
TJLUG |
访问此论坛 |
没有评论:
发表评论