Page 1 of 1

How to fix file permissions ?

Posted: Thu Nov 21, 2013 5:31 am
by ScalixSupport
You can check the permissions for scalix files using the command "omcheck -s -d", to actually fix the problem with any of permissions. You should run omcheck to generate a shell script - on standard output - that, when run, fixes the problem for permission issues.


omcheck -s -d >fix_perms.sh
bash ./fix_perms.sh


You might want to review what the script is planning to do before actually executing the second command.