1. Find the sudoers config file at the bottom after running:
# visudo
2. open the file, like in Fedora: /etc/sudoers
3. Find line
root ALL=(ALL) ALL
4. After it add: (substitute user for your actual user name)
user ALL=(ALL) ALL
配置sudo权限
1. Find the sudoers config file at the bottom after running:
# visudo
2. open the file, like in Fedora: /etc/sudoers
3. Find line
root ALL=(ALL) ALL
4. After it add: (substitute user for your actual user name)
user ALL=(ALL) ALL
1204
1104
936

被折叠的 条评论
为什么被折叠?