Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

linux script as background process

nohup *.sh & # run as background process
tail -f nohup.out # process logs
kill 24988 # kill background process
Source by confluence.f1soft.com #
 
PREVIOUS NEXT
Tagged: #linux #script #background #process
ADD COMMENT
Topic
Name
6+8 =