Zscaler
With these commands you can enable and disable Zscaler on a Mac/Linux machine.
Enable Zscaler
Section titled “Enable Zscaler”open -a /Applications/Zscaler/Zscaler.app --hidesudo find /Library/LaunchDaemons -name '*zscaler*' -exec launchctl load {} \;Disable Zscaler
Section titled “Disable Zscaler”find /Library/LaunchAgents -name '*zscaler*' -exec launchctl unload {} \;sudo find /Library/LaunchDaemons -name '*zscaler*' -exec launchctl unload {} \;