Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

nohup output file

nohup ./myscript.sh							# output is in nohup.out
nohup ./myscript.sh > myscript.log &		# output is in myscript.log
nohup ./myscript.sh &						# runs in background
 
PREVIOUS NEXT
Tagged: #nohup #output #file
ADD COMMENT
Topic
Name
6+2 =