
doas
List of commands for doas:
-
doas:tldr:47ae0 doas: Launch the default shell as root.$ doas -stry on your machineexplain this command
-
doas:tldr:a4ffe doas: Make `doas` request a password even after it was supplied earlier.$ doas -Ltry on your machineexplain this command
-
doas:tldr:ca2b0 doas: Run a command as root.$ doas ${command}try on your machineexplain 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 machineexplain this command
-
doas:tldr:f14c4 doas: Run a command as another user.$ doas -u ${user} ${command}try on your machineexplain this command