1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-31 19:53:55 +02:00

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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 26 additions and 2 deletions

24
pages.nl/common/doas.md Normal file
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`

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: