Results 1 to 4 of 4
Hey Guys!!
Im new to these forums heres my story:
Windows 7 on my acer extensa 5230e became corrupted so i installed linux Ubuntu 10.04 on a 320 gb external ...
- 02-07-2011 #1Just Joined!
- Join Date
- Feb 2011
- Posts
- 4
Cant change folder permissions?
Hey Guys!!
Im new to these forums heres my story:
Windows 7 on my acer extensa 5230e became corrupted so i installed linux Ubuntu 10.04 on a 320 gb external hdd. I have installed Mixxx and am trying to create my own skins for it. But whenever i try and paste the folder into the /usr/share/mixxx/skins folder it says that I dont have permission to... But I am an administrator... or at least thats what it says
i have tried to chmod a+w it but it says operation denied:
What can i do???Code:chmod: changing permissions of `/usr/share/mixxx/skins': Operation not permitted
- 02-07-2011 #2Just Joined!
- Join Date
- May 2006
- Posts
- 73
Use sudo in front of the command. Then enter your password when prompted.
One of the big differences between Linux and Windows is that you are NOT an administrator. This is done intentionally and is one of the many reasons why Linux is so much more secure than windows. Anything in /usr is generally owned by root. You are userx probably skydejay. sudo will allow you to temporarily become root to make changes such as what you describe.
- 02-07-2011 #3
What happens when you execute:
Code:$ sudo chmod o+rwx /usr/share/mixxx/skins
nujinini
Linux User #489667
- 02-07-2011 #4
Firstly don't change the permissions on the folder. Instead paste your folder as root by pressing Alt + F2 and running gksu nautilus which will give you the permissions you need
If we hit that bullseye, the rest of the dominoes will fall like a house of cards. Checkmate! (Zapp Brannigan)
My new blog. It's probably not as good as I think it is.


Reply With Quote
