安裝sudo
debian默認是沒有安裝sudo工具的
使用下面的命令安裝sudo工具
apt-get install sudo
添加/etc/sudoers文件的寫屬性
chmod +w /etc/sudoers
編輯/etc/sudoers
添加下面行
root ALL=(ALL)ALL
user ALL=(ALL)ALL
去掉/etc/sudoers文件的寫屬性
chmod -w /etc/sudoers
debian默認是沒有安裝sudo工具的
使用下面的命令安裝sudo工具
apt-get install sudo
chmod +w /etc/sudoers
添加下面行
root ALL=(ALL)ALL
user ALL=(ALL)ALL
chmod -w /etc/sudoers