LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 07-04-2005, 12:42 PM   #1
GameGuru
Member
 
Registered: Jun 2005
Location: Minnesota
Distribution: Ubuntu v5.04
Posts: 85

Rep: Reputation: 15
How do I put my entire system into "root", not just the konsole?


I think this is my problem installing and deleting. I can go into konsole and put myself into root and leave the konsole open but then when I try to load packaging or delete or install it tells me I am not into root. How do I put the entire system into root, not just the konsole?
 
Old 07-04-2005, 12:59 PM   #2
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
You don't. It's a stupid idea over all, just "su -" for individual
tasks that require root permissions.
 
Old 07-04-2005, 01:08 PM   #3
GameGuru
Member
 
Registered: Jun 2005
Location: Minnesota
Distribution: Ubuntu v5.04
Posts: 85

Original Poster
Rep: Reputation: 15
Well I need to go into root globally so I can delete files through Konqueror because I can't seem to delete stuff in Konsole. How do I set Konqueror to root?
 
Old 07-04-2005, 01:10 PM   #4
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
kdesu konqueror
?

Why should you be unable to delete stuff from console, though?
 
Old 07-04-2005, 01:13 PM   #5
GameGuru
Member
 
Registered: Jun 2005
Location: Minnesota
Distribution: Ubuntu v5.04
Posts: 85

Original Poster
Rep: Reputation: 15
Even when I am in root it says access denied, I want to copy, delete, etc all from Konqueror. Why can't I?
 
Old 07-04-2005, 01:14 PM   #6
RoaCh Of DisCor
Member
 
Registered: Apr 2004
Location: Washington State
Distribution: SuSE 9.3 / Slackware-Current
Posts: 701

Rep: Reputation: 30
Just su as you normally would, and launch koqueror from the konsole (while as root).
 
Old 07-04-2005, 01:14 PM   #7
0pal_t0ad
Member
 
Registered: Feb 2004
Location: Southampton, England
Distribution: Laptop:Gentoo-i686-2.6.9-r9 Desktop:Slackware10 2.4.26
Posts: 298

Rep: Reputation: 30
Quote:
Originally posted by Tinkster
You don't. It's a stupid idea over all, just "su -" for individual
tasks that require root permissions.
Yeah, but how does a newbie(no offence intended) run anything which is in his/her "Applications" menu from a CL?
Easiest way I can think of is to drag a link/shortcut into your home dir and execute that from konsole after su'ing.
 
Old 07-04-2005, 01:16 PM   #8
GameGuru
Member
 
Registered: Jun 2005
Location: Minnesota
Distribution: Ubuntu v5.04
Posts: 85

Original Poster
Rep: Reputation: 15
how do I launch konqueror from root?
 
Old 07-04-2005, 01:17 PM   #9
GameGuru
Member
 
Registered: Jun 2005
Location: Minnesota
Distribution: Ubuntu v5.04
Posts: 85

Original Poster
Rep: Reputation: 15
nm I just typed konqueror and it works
 
Old 07-04-2005, 01:19 PM   #10
0pal_t0ad
Member
 
Registered: Feb 2004
Location: Southampton, England
Distribution: Laptop:Gentoo-i686-2.6.9-r9 Desktop:Slackware10 2.4.26
Posts: 298

Rep: Reputation: 30
i thought you were trying to run apt-get or whatever it is that comes with mandrake.
 
Old 07-04-2005, 01:20 PM   #11
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Quote:
Originally posted by 0pal_t0ad
Yeah, but how does a newbie(no offence intended) run anything which is in his/her "Applications" menu from a CL?
Easiest way I can think of is to drag a link/shortcut into your home dir and execute that from konsole after su'ing.
Well, that's the next thing :)

You could have a look at the KDE Menu editor to see
how (using which commandline) a tool is being invoked.

But really, the vast majority of the stuff there shouldn't
be run as root anyway.

Also, depending on how the KDE was installed in your
distro of choice, KDE will most likely prompt you for the
root password anyway if it's required or you'll see an
"administratior mode button" which will use kdesu to run
the task, e.g. when you're in control centre and modifying
the login manager settings


Cheers,
Tink
 
Old 07-04-2005, 01:21 PM   #12
Lakota
Member
 
Registered: Oct 2003
Location: London, ON, Canada
Distribution: Mandriva 2007 Free
Posts: 507

Rep: Reputation: 30
If you start a gui program from a command line when you have root permission, that program while opened will have root permission till you close it.
You want to use konqueror with root permissions, do this:
Code:
[don@localhost ~]$ su
Password:

[root@localhost don]# konqueror
then you will have a konqueror window come up with root permissions, for file browsing I would click on the tab at the top that says "window" and pick "split view" so you can have it act like the well known windoze explorer. My preference for a file browser is Krusader, but Konqueror works just fine in split view.

Edit: wow, lots of us tryin to be helpful, I see my suggestion was already given above in the time it took me to type it, lol

Last edited by Lakota; 07-04-2005 at 01:25 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
newbie question: whats the difference between "su root", "su" and "su -&quo mojarron Slackware 9 12-07-2009 04:08 PM
How do I go into "root" for everything, not just Konsole? GameGuru Linux - Newbie 12 07-02-2005 04:37 PM
"startx" crashes entire system after xorgconfig is run sether Arch 7 11-16-2004 02:11 PM
Tiny Sofa 2.0 - I thought "halt", "reboot" were only root command ?? sorcerer Linux - Distributions 1 08-21-2004 03:28 PM
"X-MS" cant open because "x-Multimedia System" cant access files at "smb&qu ponchy5 Linux - Networking 0 03-29-2004 11:18 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 04:38 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration