标签:logs run comm sudoer inux csharp block sha sudo
1. 将某个用户x添加到sudoer列表中
root 权限
visudo
在
## Allow root to run any commands anywhere
root ALL=(ALL) ALL
之后添加 x ALL=(ALL) ALL
wq保存退出即可
2.退出ssh登陆
exit
标签:logs run comm sudoer inux csharp block sha sudo
原文地址:http://www.cnblogs.com/ma-mama/p/7599338.html