Files
oam/knowledge base/pkexec.md

556 B

Pkexec

Allows authorized users to execute commands as another user, similarly to sudo.

  1. TL;DR
  2. Further readings

TL;DR

If one does not specify a username, the command will be executed as root.

pkexec systemctl hibernate

Further readings