Selaa lähdekoodia

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>
Lena 8 kuukautta sitten
vanhempi
commit
cbc9d663cf
1 muutettua tiedostoa jossa 13 lisäystä ja 0 poistoa
  1. 13 0
      pages/linux/run0.md

+ 13 - 0
pages/linux/run0.md

@@ -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}}`