Page 1 of 1

How to fix file permissions in Scalix 12?

Posted: Tue Nov 26, 2013 6:34 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.