no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
| — | tech:linux:sudo_without_password [2014/11/15 15:13] (current) – created - external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== sudo without password ====== | ||
| + | Enable / | ||
| + | <code bash> | ||
| + | chmod 640 / | ||
| + | </ | ||
| + | |||
| + | To enable edit / | ||
| + | <code diff> | ||
| + | 26c26 | ||
| + | < %sudo ALL=(ALL: | ||
| + | --- | ||
| + | > %sudo ALL=(ALL: | ||
| + | </ | ||
| + | |||
| + | |||
| + | ---- | ||
| + | |||
| + | Keyword: visudo | ||