About 2,330,000 results
Open links in new tab
  1. linux - Chmod recursively - Stack Overflow

    You can use chmod with the X mode letter (the capital X) to set the executable flag only for directories. In the example below, the executable flag is cleared and then set for all directories …

  2. linux - How do I change permissions for a folder and its subfolders ...

    How do I change the permissions of a folder and all its subfolders and files? This only applies to the /opt/lampp/htdocs folder, not its contents: chmod 775 /opt/lampp/htdocs How do I set …

  3. linux - Chmod 777 to a folder and all contents - Stack Overflow

    Nov 30, 2011 · You can also use chmod 777 * This will give permissions to all files currently in the folder and files added in the future without giving permissions to the directory itself.

  4. linux - chmod - protect users' file being accessed so only owner …

    How to set chmod, so that ONLY owner of the file can read, write and execute? (other users cannot read, write, and execute)

  5. linux - How to create a directory and give permission in single …

    Apr 26, 2011 · How to create a directory and give permission in single command in Linux? I have to create lots of folder with full permission 777. Commands mkdir path/foldername chmod 777 …

  6. File says permission denied, despite the fact that I have run …

    Mar 28, 2024 · Steps I took to try and solve this problem: Run chmod +x on the file Run chmod 777 on the file Running the file myself via terminal works fine Here is the output of ls -l after …

  7. Change all files and folders permissions of a directory to 644/755

    Sep 15, 2013 · How would I change all files to 644 and all folders to 755 using chmod from the linux command prompt? (Terminal)

  8. Creating executable files in Linux - Stack Overflow

    Dec 9, 2013 · Make file executable: chmod +x file Find location of perl: which perl This should return something like /bin/perl sometimes /usr/local/bin Then in the first line of your script add: …

  9. ubuntu - Changing File Permissions Linux - Stack Overflow

    Apr 23, 2015 · The chmod command is used to change the permissions of a file or directory. To use it, you specify the desired permission settings and the file or files that you wish to modify.

  10. Changing permissions via chmod at runtime errors with …

    Changing permissions via chmod at runtime errors with "Operation not permitted" Asked 16 years, 2 months ago Modified 7 years, 3 months ago Viewed 188k times