Terminal in "Super User Mode" in Gnome.


Recommended Posts

The thing is that i have installed Fedor Core 3 on my computer and both KDE and Gnome.

In KDE there is a choice in the menu called "Terminal Super User Mode" wich allows me to run all diffrent kinds of commands, but in Gnome i cant find this alternative, i can just find the standard Terminal but if i choose that i cant run all commands :( for example Ifconfig .

Even if i login as root (su).

Does anyone have a solution?

Link to comment
https://www.neowin.net/forum/topic/255835-terminal-in-super-user-mode-in-gnome/
Share on other sites

Thanks,

how do you make a link??? :)

585082444[/snapback]

Right click a file and choose "make link"

You might have to start nautilus in super user mode, then browse for the file. Otherwise you won't have permission to make the link.

You should realy be doing it from the command line though, with this command:

ln FILE DIRECTORY -s

eg.....

ln /usr/bin/wine /home/colin/Desktop -s

But you'll be wanting to put the link in the /usr/bin folder anyway if you're wanting to make starting programs easier, so you will need root privileges

Another (and perhaps better) alternative is to just add /sbin/ to your normal user's $PATH.

It avoids messy links, and just allows Linux to look in the system binaries to find commands as a normal user. (Y)

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.