Computer/linux
Running programs in the background.
citadel
2007. 3. 10. 00:01
I installed Geant4 on the remote machine due to the computing power. I really want to do simulation without the ssh connection.
- nohup ./xcoffee ./macro/detector.mac < /dev/null &
nohup: appending output to `nohup.out'
:> The output can be saved into nohup.out file - nohup ./xcoffee ./macro/detector.mac < /dev/null >& /dev/null &
:> nothing can be saved.