Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

linux run background

nohup ./myscript.sh &						# runs in background
nohup ./myscript.sh							# output is in nohup.out
nohup ./myscript.sh > myscript.log &		# output is in myscript.log
Source by linuxhint.com #
 
PREVIOUS NEXT
Tagged: #linux #run #background
ADD COMMENT
Topic
Name
2+5 =