Chmod to allow read and write permissions for directory
- by chrissygormley
Hello,
I have created directories in root. I am loooking for the chmod command to allow all users read and write permission's to a specific directory. I have done chmod 775 for a file but I need this for a directory. This includes permission's on all files and sub directories.
Thanks for any help.