Software >> OS >> Unix >> Solaris >> How to run a shell script detached from the terminal with output captured to a file

# cd /<scriptpath> # nohup ./<scriptname> & monitor the script output as it is loggegd into the file # tail -f /<scriptpath>/nohup.out