I fairly new to linux so this is just a brainfart on my part. How do I run the /usr/local/bin/zimbra-conf script to change the domain? I've dropped back to the console but I can't see to get it. I can't find other documentation other than "Run the /usr/local/bin/zimbra-conf script".

Forum: 
Jeremy Davis's picture

I remember when I first started using Linux and I used to get frustrated with Linux forums for that exact reason! There always seemed to be some basic assumed knowledge...

Anyway, you just need to cd to the directory

 

cd /usr/local/bin

And append './' to the start.

./zimbra-conf

For extra credit, sometimes scripts need to be made executable

chmod +x /path/to/script

Add new comment