Using a fresh installation of CENTOS 6.2, when I connect to the server ( SFTP mount with nautilus ) and edit files, no matter what permission the file had before, it is reset to 700, read+write+execute only for the owner. When SSHing directly into the machine and editing files on the command line - no permissions are changed.
The files I am editing are website scripts sitting in my Apache folders.
Why is this behavior happening? Any suggestions are welcome.
umaskcommand. – wallyk Dec 28 '11 at 8:35umaskdeals with newly created files. I am editing already existing files ( that have correct permissions ) – Lix Dec 28 '11 at 8:37