I know this has been asked before but none of the answers seems to work in OS X Mountain Lion. I would like to launch a process via SSH and close the terminal without killing the process.
nohup ccl64 -e '(ql:quickload :"file")' &
Doesn't work. When the terminal is closed, the process dies.
nohup ccl64 -e '(ql:quickload :"file")'
Same here.
I think there must be a way. This is very annoying as it works as a standard in any Linux system, yet Mac OS X refuses to work with any of these combinations.