doas: update page and add Dutch translation (#17770)

doas: add Dutch translation
This commit is contained in:
Dylan
2025-08-22 21:42:23 +00:00
committed by GitHub
parent a76d26180f
commit ec15f6aa48
2 changed files with 26 additions and 2 deletions
+24
View File
@@ -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`
+2 -2
View File
@@ -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: