Permission at the time of file creation

Dan Bernstein brnstnd at kramden.acf.nyu.edu
Sat Jun 22 13:14:26 AEST 1991


In article <1991Jun21.201632.2407 at menudo.uh.edu> rmdubash at hermes.cs.uh.edu () writes:
>   I am using SunOS4.1.1 and trying to open a file using the open system call 
> with a mode value 777.

Modes are expressed in octal. In C, 777 is decimal. 0777 is octal.

There is no comp.unix.programmers group, by the way.

---Dan



More information about the Comp.unix.questions mailing list