Files
oam/knowledge base/authenticate without using sudo.md
2022-05-15 00:24:53 +02:00

25 lines
448 B
Markdown

# Authenticate without using sudo
## Polkit
Requires [polkit] to be:
- installed
- configured to authorize and authenticate the users
```sh
pkexec COMMAND
```
## Further readings
- [pkexec]
[pkexec]: pkexec.md
## Sources
- [How to get gui sudo password prompt without command line]
[how to get gui sudo password prompt without command line]: https://askubuntu.com/questions/515292/how-to-get-gui-sudo-password-prompt-without-command-line