PatrikJohansson88 Posted December 11, 2004 Share Posted December 11, 2004 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 More sharing options...
mutantcol Posted December 11, 2004 Share Posted December 11, 2004 yeah, click the applications menu, then click system tools. Choose terminal To go into super user mode, type "su" then it'll ask you for your root password, type it in, and you'll be in super user mode :) Link to comment https://www.neowin.net/forum/topic/255835-terminal-in-super-user-mode-in-gnome/#findComment-585082412 Share on other sites More sharing options...
PatrikJohansson88 Posted December 11, 2004 Author Share Posted December 11, 2004 The problem is that even if i do so i can still not run commands like "Ifconfig" ! But if i use KDE i can do so in "Super User Terminal" ????????????????? Link to comment https://www.neowin.net/forum/topic/255835-terminal-in-super-user-mode-in-gnome/#findComment-585082420 Share on other sites More sharing options...
mutantcol Posted December 11, 2004 Share Posted December 11, 2004 Well, that binary (Ifconfig) is in sbin, so you need to do: /sbin/Ifconfig that'll launch it. Or you can make a link to it, and place it in /usr/bin. Then to launch it next time all you have to type is Ifconfig Link to comment https://www.neowin.net/forum/topic/255835-terminal-in-super-user-mode-in-gnome/#findComment-585082436 Share on other sites More sharing options...
PatrikJohansson88 Posted December 11, 2004 Author Share Posted December 11, 2004 (edited) Thanks, how do you make a link??? :) Edited December 11, 2004 by PatrikJohansson88 Link to comment https://www.neowin.net/forum/topic/255835-terminal-in-super-user-mode-in-gnome/#findComment-585082444 Share on other sites More sharing options...
mutantcol Posted December 11, 2004 Share Posted December 11, 2004 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 Link to comment https://www.neowin.net/forum/topic/255835-terminal-in-super-user-mode-in-gnome/#findComment-585082619 Share on other sites More sharing options...
markwolfe Veteran Posted December 11, 2004 Veteran Share Posted December 11, 2004 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) Link to comment https://www.neowin.net/forum/topic/255835-terminal-in-super-user-mode-in-gnome/#findComment-585083103 Share on other sites More sharing options...
hornett Posted December 11, 2004 Share Posted December 11, 2004 No, just run su - instead of su. :) That way you get all root's paths etc instead of your normal user's, no need to type /sbin before anything. Link to comment https://www.neowin.net/forum/topic/255835-terminal-in-super-user-mode-in-gnome/#findComment-585083145 Share on other sites More sharing options...
markwolfe Veteran Posted December 11, 2004 Veteran Share Posted December 11, 2004 ^^^ Ahhh... Linux. More than 100 ways to skin that cat. :rofl: Link to comment https://www.neowin.net/forum/topic/255835-terminal-in-super-user-mode-in-gnome/#findComment-585083158 Share on other sites More sharing options...
mutantcol Posted December 12, 2004 Share Posted December 12, 2004 heh cool, thanks for all those.... I've been using linux full time for about 5 months now, thoroughly enjoying it. Definately still got a lot to learn Link to comment https://www.neowin.net/forum/topic/255835-terminal-in-super-user-mode-in-gnome/#findComment-585087749 Share on other sites More sharing options...
Recommended Posts