mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 19:59:24 +08:00
doas: update page and add Dutch translation (#17770)
doas: add Dutch translation
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
# doas
|
||||
|
||||
> Voer een commando uit als een andere gebruiker.
|
||||
> Meer informatie: <https://man.openbsd.org/doas>.
|
||||
|
||||
- Voer een commando uit als root:
|
||||
|
||||
`doas {{command}}`
|
||||
|
||||
- Voer een commando uit als een andere gebruiker:
|
||||
|
||||
`doas -u {{gebruiker}} {{commando}}`
|
||||
|
||||
- Start de standaard shell als root:
|
||||
|
||||
`doas -s`
|
||||
|
||||
- Parse een configuratiebestand en controleer of de uitvoering van het commando als een andere gebruiker toegestaan is:
|
||||
|
||||
`doas -C {{pad/naar/configuratiebestand}} {{command}}`
|
||||
|
||||
- Zorg ervoor dat `doas` om een wachtwoord vraagt, zelfs als het eerder is opgegeven:
|
||||
|
||||
`doas -L`
|
||||
@@ -1,6 +1,6 @@
|
||||
# doas
|
||||
|
||||
> Executes a command as another user.
|
||||
> Execute a command as another user.
|
||||
> More information: <https://man.openbsd.org/doas>.
|
||||
|
||||
- Run a command as root:
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
- Parse a configuration file and check if the execution of a command as another user is allowed:
|
||||
|
||||
`doas -C {{config_file}} {{command}}`
|
||||
`doas -C {{path/to/config_file}} {{command}}`
|
||||
|
||||
- Make `doas` request a password even after it was supplied earlier:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user