Answers for "nohup"

6

nohup

nohup ./myscript.sh &						# runs in background
nohup ./myscript.sh							# output is in nohup.out
nohup ./myscript.sh > myscript.log &		# output is in myscript.log
Posted by: Guest on May-11-2021
1

nohup example

nohup command [command-argument ...]
Posted by: Guest on October-05-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language