File: visudo.8.md

package info (click to toggle)
rust-sudo-rs 0.2.5-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,768 kB
  • sloc: sh: 160; makefile: 31; ansic: 1
file content (43 lines) | stat: -rw-r--r-- 774 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
---
title: VISUDO(8) sudo-rs 0.2.5 | sudo-rs
---

# NAME

`visudo` - safely edit the sudoers file

# SYNOPSIS

`visudo` [`-chqsV`] [[`-f`] *sudoers*]

# DESCRIPTION

`visudo` edits the *sudoers* file in a safe manner, similar to vipw(8).

# OPTIONS

`-c`, `--check`
:   Only check if there are errors in the existing sudoers file.

`-f` *sudoers*, `--file`=*sudoers*
:   Instead of editing the default `/etc/sudoers`, edit the file specified as
    *sudoers* instead.

`-h`, `--help`
:   Show a help message.

`-I`, `--no-includes`
:   Do not edit included files.

`-q`, `--quiet`
:   Less verbose syntax error messages.

`-s`, `--strict`
:   Strict syntax checking.

`-V`, `--version`
:   Display version information and exit.

# SEE ALSO

[sudo(8)](sudo.8.md), sudoers(5)