Find the answer to your Linux question:
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 ...
  1. #1
    Just 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:
    Code:
    chmod: changing permissions of `/usr/share/mixxx/skins': Operation not permitted
    What can i do???

  2. #2
    Just 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.

    Quote Originally Posted by skydejay View Post
    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:
    Code:
    chmod: changing permissions of `/usr/share/mixxx/skins': Operation not permitted
    What can i do???

  3. #3
    Linux Engineer nujinini's Avatar
    Join Date
    Apr 2009
    Posts
    1,230
    What happens when you execute:

    Code:
    $ sudo chmod o+rwx /usr/share/mixxx/skins
    nujinini
    Linux User #489667

  4. #4
    Trusted Penguin elija's Avatar
    Join Date
    Jul 2004
    Location
    Either at home or at work or down the pub
    Posts
    2,303
    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...