In my shell script I have to access all the log files in the directory. I have set chmod -R 777 to the directory. From this all the log files that are currently available in this directory are set with read,write and execute permissions. Is there anyway I can give the same permissions to the log files generated later, after the permissions has been set.
Asked
Active
Viewed 1,250 times
0
If I create a new folder or file the chmod of that should be also 755. If the answers there are correct then it should work. Anyway I didn't check it for myself. – NeonGlow Feb 27 '13 at 11:22