Mourning the loss of our friend, WhitPhil.
There's no such thing as a stupid question, but they're the easiest to answer.
JoinTour
Login
Search
 
Linux and Unix
Tag Cloud
access audio black screen blue screen boot bsod connection crash dell desktop drivers dvd email error excel excel 2003 firefox hard drive hardware hdmi hijackthis internet keyboard laptop malware monitor motherboard network networking outlook problem recovery router safe mode screen slow sound spyware tdlwsp.dll trojan vba video virus vista vundo windows windows 7 windows vista windows xp wireless
Search
Search for:
Tech Support Guy Forums > Operating Systems > Linux and Unix >
Superuser Account on Linux with all perms??

Tip: Click here to scan for System Errors and Optimize PC performance
[ Sponsored Link ]

Closed Thread
 
Thread Tools
dalani's Avatar
Member with 73 posts.
 
Join Date: Jan 2005
Experience: Beginner
25-Feb-2005, 01:28 PM #1
Superuser Account on Linux with all perms??
Superuser Account on Linux with all perms?? I added a user account with administrative privileges in Mandrake10. When login to that account, still impossible to copy/delete/move folders or files from the KDE's GUI- I get an access denied message.

So in linux how do I create an account to access ALL my files with root permissions???
Squashman's Avatar
Distinguished Member with 14,983 posts.
 
Join Date: Apr 2003
Location: 1265 Lombardi Ave
Experience: IIAHYAYCESA,YAADA!
25-Feb-2005, 03:32 PM #2
Well ,where are you trying to move files to and from. You should be able to do anything to your home directory. As far as everything else you should be using SUDO if you have it setup or just using the substitute user command (SU) to make yourself root first.
__________________
I hate asking the same question twice!
How to ask questions the smart way!
Microsoft MVP - User Desktop Experience
dalani's Avatar
Member with 73 posts.
 
Join Date: Jan 2005
Experience: Beginner
25-Feb-2005, 07:27 PM #3
SU at console is what I usually use to do simple installs or configs. But once in a while I need to delete some folders. eg I installed amsn in a folder at usr/local now I want to remove it. But I must delete each file individually. I would prefer to do my file management (with root privileges) from KDE's konq.

What is SUDO?
Fyzbo's Avatar
Senior Member with 1,877 posts.
 
Join Date: Feb 2002
Location: North Carolina, USA
Experience: Programming-Advanced|EVER
25-Feb-2005, 09:44 PM #4
you can change the log in screen to not display the users, then you type in the user name and it will allow you to type in root. Alternately you can change the settings on root so it's not a hidden user.
lynch's Avatar
Senior Member with 1,962 posts.
 
Join Date: Aug 2002
Location: Back East,Way Back East
26-Feb-2005, 06:31 AM #5
Use the rm -d command to delete an entire directory .
Be careful.
lynch
short101's Avatar
Senior Member with 108 posts.
 
Join Date: Dec 2003
Location: Oz
26-Feb-2005, 07:08 AM #6
KDE menu > System > More programs > File manager-Super user mode.
dalani's Avatar
Member with 73 posts.
 
Join Date: Jan 2005
Experience: Beginner
26-Feb-2005, 09:18 AM #7
"KDE menu > System > More programs > File manager-Super user mode."

KDE's 3.2 configure filemanager shows three tabs none of which show Super user mode. I checked this while logged in my regular user login. Do I have to log into my superuser session to find it??

" Alternately you can change the settings on root so it's not a hidden user."

Thanks I could login in as root with a gui functions active and never have to sign in a password for every single operation. I only to login as root occasionaly for admin. (after all I'm an end-user). To change those settings would streamline things quite a bit. (BUT HOW???)

"Use the rm -d command to delete an entire directory .
Be careful."

I'll use the rm -d command in the meantime. thanks.
dalani's Avatar
Member with 73 posts.
 
Join Date: Jan 2005
Experience: Beginner
26-Feb-2005, 09:28 AM #8
lynch

your link to the linux intro site has a very useful tidbit i've been looking for : the file structure chart
http://www.tldp.org/LDP/intro-linux/...1.html#AEN1565

One thing 've been wondering is which bin (root or usr) in that chart do I install new programs I want all accounts to have to.? eg I installed firefox manualy in usr/local/mozilla is that the correct bin location to avoid a mess?
dalani's Avatar
Member with 73 posts.
 
Join Date: Jan 2005
Experience: Beginner
26-Feb-2005, 09:40 AM #9
OK About that usr or root bin question, I found the answer: usr/bin for user only programs root/bin for all user access programs.

BTW that tree structure is so clear, if an admin. program presented that very same chart as a GUI interface for file management and info linux troubleshooting would be snap! Come to think of it : loading that as a jpeg into konq and putting 'live' links to all those boxes would do the trick.. any takers?
Squashman's Avatar
Distinguished Member with 14,983 posts.
 
Join Date: Apr 2003
Location: 1265 Lombardi Ave
Experience: IIAHYAYCESA,YAADA!
26-Feb-2005, 11:11 AM #10
Quote:
Originally Posted by dalani
OK About that usr or root bin question, I found the answer: usr/bin for user only programs root/bin for all user access programs.
Just to give you some clarification on how you should define your directories. I am sure you understand the difference between / (root of the file system) and /root (root's home directory). A single forward slash means root. If you would type cd / at a shell prompt you would be at the root of the file system. The way you just defined root/bin means that you are installing it into a directory called bin in root's home directory, but what you really mean is /bin.

And in all reality you can't type cd usr/bin unless your current working direcotry is / (root of the file system).

So when referring to a directory from the root of the file system, you would type /bin or /usr/bin.
__________________
I hate asking the same question twice!
How to ask questions the smart way!
Microsoft MVP - User Desktop Experience
lynch's Avatar
Senior Member with 1,962 posts.
 
Join Date: Aug 2002
Location: Back East,Way Back East
26-Feb-2005, 11:23 AM #11
Have you ever tried this in Konqueror?
Open Konq and go to Window menu and select Show Navigation Panel or press F9.
When the Panel appears click on the Red Folder icon from the row of icons on the left-hand side of the Navigation Panel. That will give you the tree view in the Panel.
Now go to the Settings menu and select Save View Profile and click Save in the window that appears.
That's how I have my Konq set up for file management. I also have the main window View menu > View Mode set to Icon View.
It works well for me.
lynch
__________________
seldom right,but never in doubt...
Here's a few links I find helpful:
Intro to Linux:A Hands-on Guide
USALUG
A little Linux help
OpenSUSE help+
Bash Commands
dalani's Avatar
Member with 73 posts.
 
Join Date: Jan 2005
Experience: Beginner
27-Feb-2005, 06:34 AM #12
/bin and usr/bin- ok got it!
the konq sidebar is a real gem esp. for file management and browsing. I just got to figure out how to SU within konq's .I tried midnight commander that opens a console at the bottom of screeen-but still can't have root permissions.

thanks again
Squashman's Avatar
Distinguished Member with 14,983 posts.
 
Join Date: Apr 2003
Location: 1265 Lombardi Ave
Experience: IIAHYAYCESA,YAADA!
27-Feb-2005, 10:17 AM #13
Quote:
Originally Posted by dalani
/bin and usr/bin- ok got it!
/bin and /usr/bin
short101's Avatar
Senior Member with 108 posts.
 
Join Date: Dec 2003
Location: Oz
28-Feb-2005, 03:29 AM #14
One last thing you might want to try to get konquerer to open with root permissions is 'gksu' You have to have it installed and then you just type 'gksu konquerer' (or what ever program you want to run) from the terminal and you give it a password and your good to go. It may or may not work. I used to be able to use it once (cant remember what distro or desktop it was with) but it doesnt work for me now. Getting graphical things to work with roots permissions in your session is something that I have seen many questions and answers for but none seem to work.
Just with the super user mode that I pointed out earlier, you dont go to the control centre and try and configure konqurer.
Just open your main kde menu (little k at bottom of screen) then go up to your settings tab then more programs and then there (hopefully) will be file manager super user mode.
Sorry for spelling it out that way, but from what you posted before didnt sound like you were in the right spot. I could use it with fedora and now with debian, so am a little surprised if your distro doesnt have it with kde, seeing as its part of kde and not really anything to do with the distro.
Just out of interest, does anyone else run kde and not have super user mode for konquerer?
lynch's Avatar
Senior Member with 1,962 posts.
 
Join Date: Aug 2002
Location: Back East,Way Back East
28-Feb-2005, 04:53 AM #15
Quote:
Originally Posted by short101
Just out of interest, does anyone else run kde and not have super user mode for konquerer?
Works for me.
lynch
Closed Thread Bookmark and Share

THIS THREAD HAS EXPIRED.
Are you having the same problem? We have volunteers ready to answer your question, but first you'll have to join for free. Need help getting started? Check out our Welcome Guide.

Smart Search

Find your solution!



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
WELCOME TO TECH SUPPORT GUY! Are you looking for the solution to your computer problem? Join our site today to ask your question -- for free! Our site is run completely by volunteers who want to help you solve your computer problems. See our Welcome Guide to get started.

Thread Tools


You Are Using:
Server ID
Advertisements do not imply our endorsement of that product or service.
All times are GMT -5. The time now is 01:59 AM.
Copyright © 1996 - 2009 TechGuy, Inc. All rights reserved.
Powered by vBulletin, Copyright © 2000 - 2009, Jelsoft Enterprises Ltd.
Powered by Cermak Technologies, Inc.