About 775,000 results
Open links in new tab
  1. Chmod to allow read and write permissions for directory

    I am looking for the chmod command to allow all users read and write permissions to a specific directory. I have done chmod 775 for a file but I need this for a directory.

  2. command: chmod - Linux.org

    Oct 27, 2011 · chmod is a Linux command that will let you "set permissions" (aka, assign who can read/write/execute) on a file. Usage:

  3. Linux - How to recursively chmod a folder? - Super User

    May 23, 2018 · How can I recursively chmod everything inside of a folder? e.g. I have a folder called var which contains many subfolders and files. How can I apply chmod 755 recursively to …

  4. unix - How to specify group with 'chmod' - Super User

    I was asked to add group-wrx permissions to a directory in another user's home folder. I believe I should run chmod 771 -R directoryname in the parent directory. I can't find how to specify …

  5. linux - How to set file permissions so that new files inherit same ...

    Mar 30, 2011 · The group ownership can be inherited by new files and folders created in your folder /path/to/parent by setting the setgid bit using chmod g+s like this: chmod g+s …

  6. linux - "chmod" doesn't work - Super User

    Jul 20, 2012 · I would expect chmod to give me some warning, but it didn't just like in your case. I know there is an option on fstab when using ntfs-3g to make it possible to set permissions in …

  7. File permissions. | Linux.org

    May 3, 2019 · The chmod command is used to change the permissions of files and directories. This article will explain how to use chmod, what the rwxr-xr-x notation means, and the …

  8. How do I specify chmod 744 in Powershell? - Super User

    But how do I set an equivalent for chmod 744? I think I can use /grant:____:R for just read access, but I'm not sure how to specify the owners and the group permissions as simply as …

  9. How to chown/chmod all files in current directory? - Super User

    Aug 16, 2012 · You want to use chown username:groupname *, and let the shell expand the * to the contents of the current directory. This will change permissions for all files/folders in the …

  10. windows 7 - What is the equivalent of chmod 777? - Super User

    29 I'm trying to replace notepad.exe with notepad2.exe, but I'm getting UAC permission issues when I try to open a file with the replacement notepad2.exe. I have to open notepad2.exe as …