I'm trying to run a command in Terminal. I will give the full context here:
My problem is that when I run the second line (beginning with "source...") Terminal returns "No such file or directory exists."
I have zero knowledge of Unix. Any ideas how the above instructions might be modified to work in OSX 10.8?
Upon install Check Point SecureClient on my Mac OS X 10.6 MacBook Pro I found it was starting automatically on boot up. Which normally isnt a problem, but because of the way it secures the network adapters it prevents essential traffic on my home network, because of this I am found shutting it down each time I logon. Which is a little frustrating!
The SecureClient doesnt show up in the normal list of applications, but it can still be disabled using the terminal. (Utilities > Terminal)
Change to root.
Run:
tcsh
source /opt/CPsrsc-50/.cshrc
StartupItemsMgr remove $SRDIR/bin/SecureClient.app
My problem is that when I run the second line (beginning with "source...") Terminal returns "No such file or directory exists."
I have zero knowledge of Unix. Any ideas how the above instructions might be modified to work in OSX 10.8?