February 14, 201610 yr I have noticed that my various dockers are creating files with the following permissions: - directories: 755 - files 644 BUT, if I run newperms, it wants to change files and directories as follows: - directories: 777 - files: 666 Why does newperms do that? Would there be a problem with modifying newperms as follows? Change: chmod -R u-x,go-rwx,go+u,ugo+X "$1" to: chmod -R u-x,go=r,ugo+X "$1" Second, if I create "newperms2", where should I put it so that it's on the path and will survive a reboot?
Archived
This topic is now archived and is closed to further replies.