Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

centos run command in background

# to make the command work in the backgroud add & after it 
command &
to check running commands on background 
jobs -l

to kill the command with the proccess ID
kill -9 25177

 
PREVIOUS NEXT
Tagged: #centos #run #command #background
ADD COMMENT
Topic
Name
7+1 =