安装好Debian后还不能使用sudo
如果没有安装sudo,则在root用户下apt-get install sudo
在root设置sudoers配制文件
chmod +w /etc/sudoers
vim /etc/sudoers
添加一行 username ALL=(ALL) ALL
其中username是你的用户名,保存
更改sudoers文件权限 chmod 0440 /etc/sudoers
退出root
posted on 2012-07-25 11:06 拉风 阅读(375) 评论(0) 编辑 收藏 引用
Powered by: C++博客 Copyright © 拉风