|
When you created the file, some app (example: an editor on another PC or on your unix box), writes the file for the first time and the umask value is different from your default umask. The protections persist unless you overwrite them.
apps may call umask, so that while running and creating files in your name, the protections are different.
man 2 umask
|