[KLUG Members] A [simple?] question

Bruce Smith members@kalamazoolinux.org
Fri, 14 May 2004 09:42:51 -0400


> On UNIX systems generally, what determines the permission settings for 
> a file that is newly created by a program?

"umask" normally.  However a lot of programs have their own defaults.
i.e. "cp" _may_ create a new file with the permissions of the infile.
(depending on version of cp, Unix system, options given, ... )

 - BS