logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Execute Commands as User - Control Privileges | Online Free DevTools by Hexmos

Execute commands with pkexec. Control user privileges and run commands as another user with this utility. Free online tool, no registration required.

pkexec

Execute commands as another user. Asks for password in a GUI if available. More information: https://polkit.pages.freedesktop.org/polkit/pkexec.1.html.

  • Run command as root:

pkexec {{command}}

  • Switch user to root:

pkexec

  • Run command as a specific user:

pkexec --user {{username}} {{command}}

See Also