We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b677e69 commit cbe50a1Copy full SHA for cbe50a1
docs/rookie/DE&App.md
@@ -36,7 +36,7 @@ EDITOR=vim visudo # 需要以 root 用户运行 visudo 命令
36
找到下面这样的一行,把前面的注释符号 `#` 去掉,`:wq` 保存并退出即可。
37
38
```sudoers
39
-#%wheel ALL=(ALL) ALL
+#%wheel ALL=(ALL:ALL) ALL
40
```
41
42
这里稍微解释一下
docs/uk/rookie/DE&App.md
@@ -36,7 +36,7 @@ EDITOR=vim visudo # need to run visudo command as root user
Find the following line, remove the preceding comment symbol `#`, save and exit with `:wq`.
Here's a little explanation
0 commit comments