Vision Files Created with No Permissions on Linux

0 Likes

This article describes what to do when Vision files are created without permissions on Linux.

Problem:

Vision files are created with no permissions on a Linux server in a thin client environment. Files look like this:

----------   1 user     group        1024 Feb 10 16:49 filmografia.vix
---------- 1 user group 2048 Feb 10 16:49 filmografia

Resolution:

Vision files created via thin client assume permissions depending on the UMASK value set inside the AcuAccess file.

The default UMASK value is 002, which means that Vision files will be created in this manner:

-rw-rw----   1 user     group        1024 Feb 10 16:49 filmografia.vix 
-rw-rw---- 1 user group 2048 Feb 10 16:49 filmografia

If UMASK has been modified, persmissions will be set accordingly with the value provided.

Setting UMASK to 777 causes files to be created with no permissions.

Incident Number: 2266524

Old KB# 14285
Comment List
Related
Recommended