Results 1 to 3 of 3

Thread: File permissions for entire folder

  1. #1
    Join Date
    Jan 2010
    Beans
    2

    File permissions for entire folder

    I'm running WoW through wine. In order to install addons I need to give all the files in the program permission to execute as a program. the problem is I can't (dont know how) just right click the folder and give everything inside permission i have to open each one and give them all permission, which can quickly turn into hundreds depending on the addon.
    If anybody knows how to give permission to execute as a program to all the files in a folder at once it would save me a lot of clicking and time.

    thanks for any help

  2. #2
    Join Date
    Aug 2007
    Location
    New Jersey, USA
    Beans
    382
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: File permissions for entire folder

    Quote Originally Posted by Scooter777 View Post
    I'm running WoW through wine. In order to install addons I need to give all the files in the program permission to execute as a program. the problem is I can't (dont know how) just right click the folder and give everything inside permission i have to open each one and give them all permission, which can quickly turn into hundreds depending on the addon.
    If anybody knows how to give permission to execute as a program to all the files in a folder at once it would save me a lot of clicking and time.

    thanks for any help
    I think this will give permissions for all users (owner, group, world) to execute all files in the folder.
    Code:
    chmod a+x -R THEFOLDER/
    Make sure you are in the directory the folder is in.
    This might not be what you want to do though. You might only want to give owner, group, or world permission to execute.
    Also, make sure this is really what you want to do before you do it.
    You think you're doing some damage? Two plus two is... Ten. IN BASE FOUR! I'M FINE!

  3. #3
    Join Date
    Jan 2010
    Beans
    2

    Re: File permissions for entire folder

    Thank you very much it worked.

Tags for this Thread

Bookmarks

Posting Permissions

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