doas
Sign in to savedoas (“dedicated openbsd application subexecutor”) is a program to execute commands as another user. The system administrator can configure it to give specified users privileges to execute specified commands. It is free and open-source under the ISC license and available in Unix and Unix-like operating systems.
Wikidata facts
Show 2 more facts
- source code repository URL
- github.com/openbsd/src/tree/master/usr.bin/doas
- software version identifier
- 1.99
via Wikidata · CC0
~2 min read
Article
5 sectionsContents
- Configuration
- Examples
- Ports and availability
- See also
- References
doas (“dedicated openbsd application subexecutor”) is a program to execute commands as another user. The system administrator can configure it to give specified users privileges to execute specified commands. It is free and open-source under the ISC license and available in Unix and Unix-like operating systems.
doas was developed by Ted Unangst for OpenBSD as a simpler and safer sudo replacement. Unangst himself had issues with the default sudo config, which was his motivation to develop doas. doas was released with OpenBSD 5.8 in October 2015 replacing sudo. However, OpenBSD still provides sudo as a package.