[ic] Usertag and permissions on create file

Davor Ocelic docelic at spinlocksolutions.com
Fri Sep 19 15:29:42 UTC 2008


On Fri, Sep 19, 2008 at 05:10:42PM +0200, m.mescoli at omnib.it wrote:
> Perl beginner.
> 
> With an usertag i create a png plot file with umask permission 0660. 

You can set permission 660 or umask 117, that's how it works.

Racke's suggestion for 002 (equivalent of mode 775, unless constrained
further by the file creator) will probably work best.

Also check whether your umask or mode selection expects data in 4-
or 3-digit block. (i.e. 0660 vs. 660).

-doc



More information about the interchange-users mailing list