How do become the "owner" in my hard drive's "properties/permission"?

Asked by Sammi Law

Specifically, I want to add a scripts package to GIMP. I am told i am not the owner and I do not have permission. This is my personal hoe computer. I did just purchase it, but have used Ubuntu on my previous system and had no such issue.

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Thomas Krüger (thkrueger) said :
#1

I think there has been a misunderstanding of the terms used.
The "owner" of the hard drive in the context of the operating system is not the person who bought the physical device, but the user on the system that has the right to manage the permissions to access the files and folders on it.

On Ubuntu folders can have owners on their own. For example your home folder is owned by you and you can read and write it and change the permissions as you want. Since there can be many users on one computer there are folders who are shared and need some security so nobody can mess them up. These folders are owned by "root". It's the systems master account, root can do everything. But with great power comes great responsibility and so the root account can't be accessed easily.
You can use the "sudo" command on the console to gain root rights. Just prefix any valid command with it:

sudo whoami

Yes, that a valid command. It will show you are root now. But the command will ask for your personal password as a security.
This whole system is a fundamental part of the Ubuntu Linux security system.

There might be an other trick: If you bought the computer with Ubuntu installed the system might not allow you to run sudo, if your user account is limited. To see that open the Terminal application and run the simple command

id

then post the output for us. We can tell it you have the correct permissions. If not, if might be a good idea to reinstall Ubuntu to gain full access to the system.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#2

Are you using NTFS, or is this a Linux partition you are using?

Can you help with this problem?

Provide an answer of your own, or ask Sammi Law for more information if necessary.

To post a message you must log in.