LinuxQuestions.org
Help answer threads with 0 replies.
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 05-02-2011, 12:32 PM   #1
Chuckles278
LQ Newbie
 
Registered: Apr 2011
Posts: 15

Rep: Reputation: 0
How do I get full permission to all files and folders in Ubuntu?


I am basically Linux/Ubuntu illiterate.(just in case the question itself did not make that clear)
 
Old 05-02-2011, 12:33 PM   #2
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
By becoming root, or using sudo
https://help.ubuntu.com/community/RootSudo

Kind regards

Last edited by repo; 05-02-2011 at 12:35 PM.
 
1 members found this post helpful.
Old 05-02-2011, 12:39 PM   #3
lupusarcanus
Senior Member
 
Registered: Mar 2009
Location: USA
Distribution: Arch
Posts: 1,022
Blog Entries: 19

Rep: Reputation: 146Reputation: 146
You need to become 'root' (Administrator in Windows terminology) to have full permission to all files in Linux. On Ubuntu, this is done by opening up a Terminal and typing sudo <command>. For example, if you'd like to open your file manager (the thing that displays your files in folders graphically) as root, simple type in 'sudo nautilus'. sudo will prompt you for your password.

Be careful, using the root account is dangerous and should be avoided as much as possible, and certainly not used by default.

With great power comes great responsibility.
 
1 members found this post helpful.
Old 05-02-2011, 12:42 PM   #4
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Quote:
For example, if you'd like to open your file manager (the thing that displays your files in folders graphically) as root, simple type in 'sudo nautilus'.
When calling graphical programs in Gnome, use "gksu" instead of "sudo."

Kind regards
 
1 members found this post helpful.
Old 05-02-2011, 01:36 PM   #5
Sjonnie48
Member
 
Registered: Jun 2005
Location: Earth
Distribution: Ubuntu10.04
Posts: 308

Rep: Reputation: 43
Code:
#sudo apt-get install nautilus-gksu
This adds a new entry to the context menu of Nautilus: Open as administrator.
 
1 members found this post helpful.
Old 05-02-2011, 11:59 PM   #6
mikeb380
LQ Newbie
 
Registered: Apr 2011
Location: SC
Distribution: ubuntu 10.10 trying 11.04 & kbuntu 10.10
Posts: 25

Rep: Reputation: 1
Wink Tried it, it works

Quote:
Originally Posted by Sjonnie48 View Post
Code:
#sudo apt-get install nautilus-gksu
This adds a new entry to the context menu of Nautilus: Open as administrator.
Sjonnie, ok, it works,k now how do I get it back to normal?
Thnx
Michael
 
Old 05-03-2011, 12:01 AM   #7
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Quote:
Sjonnie, ok, it works,k now how do I get it back to normal?
Remove the installed package?

Kind regards
 
0 members found this post helpful.
Old 05-03-2011, 12:08 AM   #8
mikeb380
LQ Newbie
 
Registered: Apr 2011
Location: SC
Distribution: ubuntu 10.10 trying 11.04 & kbuntu 10.10
Posts: 25

Rep: Reputation: 1
Quote:
Originally Posted by repo View Post
Remove the installed package?
Kind regards
Thanks repo, that explains it to me Should I use dynamite in the exhaust pipe?

Michael
 
Old 05-03-2011, 12:22 AM   #9
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Code:
sudo apt-get remove nautilus-gksu
Or use nautilius.
I don't understand what you mean by
Quote:
Sjonnie, ok, it works,k now how do I get it back to normal?

Kind regards

Last edited by repo; 05-03-2011 at 12:23 AM.
 
Old 05-11-2011, 11:30 AM   #10
Chuckles278
LQ Newbie
 
Registered: Apr 2011
Posts: 15

Original Poster
Rep: Reputation: 0
It looks like there is some disagreement in the replies above and then the conversation goes to a place where I don't understand the terminology being used. I say that to ask that you excuse me if I'm asking a question that is answered above. If my question is answered above please point it out to me. Also, I realize that the fact that I am using the trial version of Ubuntu could be the reason that I am unable to change the permissions and if so can someone suggest a way that I can view files and folders that were created by the 'root user'(my late father) and require the appropriate permissions(I'm assuming 'root' permissions) without changing any files currently on the system? For anyone answering that is not aware...although I have operated a computer in a text environment(Dos over 2 decades ago) I am far from literate in linux text mode. Over the time since, I have been using Windows and Mac operating systems pretty much exclusively with a GUI. Thank you for the help. I have been very impressed with the response that I have gotten on this forum.
 
Old 05-11-2011, 12:15 PM   #11
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,502

Rep: Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489
Ubuntu and its derivatives do not use root in the same way as most other Linux distributions. You will need to use the sudo command to get root privileges. So let's start at the beginning.
Are you able to actually boot into Ubuntu and get to the Desktop?
When you boot Ubuntu, do you have a user at the login screen and are you prompted to select a password?
Do you know the password so that you can enter it and get to the Desktop?

If you have auto-login enabled and don't need a password, that's one problem.
If you do login with the password and can't access files that is another problem.
Indicate which is the case and what you have done to try to access files.
 
Old 05-11-2011, 12:28 PM   #12
tredegar
LQ 5k Club
 
Registered: May 2003
Location: London, UK
Distribution: Fedora38
Posts: 6,147

Rep: Reputation: 435Reputation: 435Reputation: 435Reputation: 435Reputation: 435
Some Q's for you:

Is this your late father's (condolences) computer?
Are you trying to read his files?
What do you mean that you are running a "trial version" of ubuntu? Do you mean you are booting from a live CD?

I think we'd be able to give you more focussed, practical and better advice if we understood exactly what you are trying to do.

For example, setting up the computer so you can log into your late father's account is probably trivial. Do you know what OS (eg ubuntu) his computer is running?
 
1 members found this post helpful.
Old 05-11-2011, 12:52 PM   #13
Chuckles278
LQ Newbie
 
Registered: Apr 2011
Posts: 15

Original Poster
Rep: Reputation: 0
Quote:
Ubuntu and its derivatives do not use root in the same way as most other Linux distributions. You will need to use the sudo command to get root privileges. So let's start at the beginning.
Are you able to actually boot into Ubuntu and get to the Desktop?
When you boot Ubuntu, do you have a user at the login screen and are you prompted to select a password?
Do you know the password so that you can enter it and get to the Desktop?

If you have auto-login enabled and don't need a password, that's one problem.
If you do login with the password and can't access files that is another problem.
Indicate which is the case and what you have done to try to access files.
I am using the trial version of Ubuntu because when I first turned the system on it booted into Linux text mode which I haven't yet learned even how to explore what files are on the system in this mode. I asked for a graphical way to do this exploration without doing anything to modify the system. The response that I got was to use the Ubuntu trial version which has given me the GUI without modifications which has been helpful in viewing many of the files on the system. I do have the login username and password but am not prompted for it when I boot into the Ubuntu trial version environment. When I turn the system on with the Ubuntu disk in the drive, it prompts for language choice and either "Try Ubuntu" or "Install Ubuntu". I always choose trial as I understand that the installation will modify the system which I don't want to do. After choosing trial it takes me directly to the desktop environment where I can view many defaults of Ubuntu as well as the drives and folders of the server. I can access many of the files and folders, but some say "you do not have the permissions necessary to view..." The way that I am trying to access the file is from the Ubuntu trial desktop environment I choose: places>computer>drive name>folder>locked folder.
Thank you for your help!
 
Old 05-11-2011, 04:36 PM   #14
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,502

Rep: Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489
The information in your last post indicates that you are using what is commonly referred to as a "Live CD". The purpose of this CD is as you said, to try it without making changes to your computer. The options you get are Try without installing or Install. By choosing the Try without installing, you are using just the Live CD and it is read-only. You can't write anything to it.

There are some directories which will give you that message. You should be able to access them as root by using "sudo" (without quotes).
If you want to view files in the gui with the file manager, open a terminal (click on the Applications tab at the upper left of the Desktop and look for terminal) and enter in the terminal window: sudo nautilus, or one of the other commands suggested above.

So using the Live CD, you will not be able to save any changes after a reboot.
Do you have another operating system on the computer whose files you are trying to access?
If so, what is it?
Could you give an example of a specific directory (folder) you were denied access to?
 
1 members found this post helpful.
Old 05-11-2011, 11:38 PM   #15
Chuckles278
LQ Newbie
 
Registered: Apr 2011
Posts: 15

Original Poster
Rep: Reputation: 0
Quote:
The information in your last post indicates that you are using what is commonly referred to as a "Live CD". The purpose of this CD is as you said, to try it without making changes to your computer. The options you get are Try without installing or Install. By choosing the Try without installing, you are using just the Live CD and it is read-only. You can't write anything to it.

There are some directories which will give you that message. You should be able to access them as root by using "sudo" (without quotes).
If you want to view files in the gui with the file manager, open a terminal (click on the Applications tab at the upper left of the Desktop and look for terminal) and enter in the terminal window: sudo nautilus, or one of the other commands suggested above.

So using the Live CD, you will not be able to save any changes after a reboot.
Do you have another operating system on the computer whose files you are trying to access?
If so, what is it?
Could you give an example of a specific directory (folder) you were denied access to?
You are correct. I do remember it being called a "Live CD" somewhere. My father lost his sight about 5 years before he passed away. He was well versed and had almost certainly been a contributor to the development of Linux from the beginning. I say that to say, the operating system that he used was Linux in text mode and setup with as much knowledge of the OS as could be obtained. I am telling you this because I don't know how sophisticated Linux is but my father did and certainly utilized it to its fullest extent as it was his preferred OS.
I get to the example folder from the desktop view of Ubuntu "Live CD" via this path: places>computer>drive name>folder>locked folder
 
  


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
LXer: Ubuntu (w/ GNOME) Switching To Single Click For Opening Files And Folders? LXer Syndicated Linux News 6 05-16-2010 09:06 AM
find -exec command to recursively delete files and folders in folders with X name Joan Murt Linux - Newbie 2 07-08-2009 04:35 PM
Entering folders recursively to run script on files nested inside, ubuntu 7.10 aidansmoker Linux - Newbie 4 11-11-2007 11:39 PM
Deleting files/folders in Ubuntu 7.04 gwynn Linux - Newbie 5 06-07-2007 01:21 PM
Samba can create new files and folders but access denied in any new folders k.king Linux - Networking 2 01-15-2006 06:14 AM

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

All times are GMT -5. The time now is 08:28 AM.

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