Page 1 of 1

OMMAINT

Posted: Thu Nov 03, 2005 5:31 pm
by JAFO73
You'll have to forgive my ignorance, but I'm just learning Linux along with scalix. I'm trying to implement the ommaint script included with the admin tool kit. When I try to exicute the script I receive a shell error stating that permission is denied. Any suggestions? Thanks in advance for your help.

Posted: Thu Nov 03, 2005 10:48 pm
by ScalixSupport
Hi. Scripts, like other executables must have the "execute" bit set in order to run. You can set it by typing:

chmod 755 ommaint

Thanks,
Rachel

Posted: Fri Nov 04, 2005 9:25 am
by JAFO73
Thanks for your help Rachel!