What is the difference between sudo and gksudo?
Major program for any newbie in Linux, or particularly Fedora. The command to use the Super User.
Major program for any newbie in Linux, or particularly Fedora. The command to use the Super User.
On the command line, you have to do some operations, for security reasons, as a root user (a.k.a. administrator). Then you do not need to log-out to accomplish such tasks. Just type "sudo" before the command and enter the root password.
This is for the terminal. While in the Graphical User Interface (GUI) applications, we need a tool called "gksudo", but this is currently not available in Fedora releases. Then we can use something called "beesu". So to install it, just type:
# yum install beesu
sudo execute a command as another user (also root); gksudo is a fronted o gui of su or sudo, but it is now obsolete and replaced for polkit. If you have a program and need permit as root, then a simple configuration, for your program using polkit is the best solution.
Read more about polkit here
Path to make you polkit configuration here:
/usr/share/polkit-1/actions/
Asked: 2014-08-13 12:09:30 -0600
Seen: 1,455 times
Last updated: Aug 19 '14
no gksudo? so just su or sudo then?
Did I lock myself out? (kicked out of group wheel) [closed]
a complete newby trying to change file permissions
No authentication for single user mode vulnerability is not getting closed in fedora
Problem with PackageKit-command-not-found fedora30
Create an icon in activities tab.
bash: makewhatis: command not found... [closed]
cant run gedit (and arduino) with sudo - cannot open display [closed]