logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Run Graphical Sudo - Execute Commands with Root | Online Free DevTools by Hexmos

Execute commands with graphical sudo. Run graphical applications requiring root privileges securely and easily. Free online tool, no registration required.

gksudo

Frontend for sudo. Allows you to run graphical commands which need root access without having to run an X terminal emulator. Note: This command is deprecated in favor of commands like pkexec, and is no longer maintained. See also: gksu. More information: https://manned.org/man/gksudo.

  • Run a command as a specific user:

gksudo {{[-u|--user]}} {{userid}} {{command}}

  • Run the command while preserving the current environments:

gksudo {{[-u|--user]}} {{userid}} {{[-k|--preserve-env]}} {{command}}

  • Force gksudo to use su to run the command:

gksu {{[-u|--user]}} {{userid}} {{[-w|--su-mode]}} {{command}}

  • Force gksudo to use sudo to run the command:

gksudo {{[-u|--user]}} {{userid}} {{[-S|--sudo-mode]}} {{command}}

  • Output debug info for the given command:

gksudo {{[-u|--user]}} {{userid}} {{[-d|--debug]}} {{command}}

See Also