run0: add page (#13263)

* run0: add page

* run0: add backticks around systemd

Co-authored-by: spageektti <git@spageektti.cc>

---------

Co-authored-by: spageektti <git@spageektti.cc>
pull/28/head
Lena 2024-07-15 19:07:46 +02:00 committed by GitHub
parent 91a6ac1225
commit cbc9d663cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 13 additions and 0 deletions

13
pages/linux/run0.md Normal file
View File

@ -0,0 +1,13 @@
# run0
> Elevate privileges interactively.
> Similar to `sudo`, but it's not a SUID binary, authentication takes place via polkit, and commands are invoked from a `systemd` service.
> More information: <https://www.freedesktop.org/software/systemd/man/latest/run0.html>.
- Run a command as root:
`run0 {{command}}`
- Run a command as another user and/or group:
`run0 {{-u|--user}} {{username|uid}} {{-g|--group}} {{group_name|gid}} {{command}}`