mirror of https://github.com/CrimsonTome/tldr.git
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
parent
91a6ac1225
commit
cbc9d663cf
|
@ -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}}`
|
Loading…
Reference in New Issue