Forrest logo
back to context overview

doas

List of commands for doas:

  • doas:tldr:47ae0 doas: Launch the default shell as root.
    $ doas -s
    try on your machine
    explain this command
  • doas:tldr:a4ffe doas: Make `doas` request a password even after it was supplied earlier.
    $ doas -L
    try on your machine
    explain this command
  • doas:tldr:ca2b0 doas: Run a command as root.
    $ doas ${command}
    try on your machine
    explain this command
  • doas:tldr:e579e doas: Parse a config file and check if the execution of a command as another user is allowed.
    $ doas -C ${config_file} ${command}
    try on your machine
    explain this command
  • doas:tldr:f14c4 doas: Run a command as another user.
    $ doas -u ${user} ${command}
    try on your machine
    explain this command
back to context overview