Linux - NewbieThis 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
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I understand that is could be useful to limit users in an office for instance but for home use it's odd not to have access to folders... it brings me to another annoying feature which is the ability to mkdir only by root...
If i "su" myself in a command line i can access those folders but if i'm already logged in as a user i cannot access them in GUI.
Is there an option to allow a user to access those folders with GUI or do i have to log on as root everytime i get pissed?
Sorry i forgot to mention that im using fedora core 3 if that makes any difference.
i know there is that kind of folders... im not interested in those...
imagine a case in which i need to create a folder so i can import files from my nts system and put them there... i get stuck again because only root can do it...
If anyone could see (and modify) that folders/files than you wouldn't be needing a root account anymore. Therefore a key-concept of Unix/Linux would be lost: security.
Why do you need to see that folders as a regular user anyway? And you don't need to log in as root "anytime you get pissed". Just use 'su'.
Also many programs that use a GUI (at least in KDE) have an "Administration mode" button which asks for root's password to enable you to do whatever you want. Also in KDE there's GKsu which you can use to run programs with root privilegs.
You posted just as I was typing. There's a workaround for that: 'su' -> 'mkdir <dir_name>' -> 'chown user:group <dir_name>' or 'chgrp group <dir_name>'.
You just need to set up your mount point and folder permissions correctly... ie I have my media in folders like /media1 and /media2 which I can access as a normal user and store mp3's and share them over the network... Easiest solution would be to create the folders in you user pace in home... or set up a link, etc... I really depends on what you want to do and where you have the disk space, etc...
harken - yeah i know i can go anywhere with "su" command...
the thing is that i need to access folders in GUI "File Browser" there i can't define that i want to access a folder as root (at least i dont know how yet)... it's default is to assume that im the logged in user.
amosf - yeah that's the thing im interested in... where do i define those mounting points for folders?
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.