Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Is nohup necessary from cron

Status
Not open for further replies.

newDBA

MIS
Nov 8, 2001
21
FR
I am writing a ksh script to be run from cron. In the script I execute a command, which I run using nohup when working from the command line. If the command is run from cron (as root), is nohup still necessary?
 
no.

cron will run the job until its done

Good luck,
Steve
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top