Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

linux run a program in the background

# Basic syntax:
your_command & # or:
nohup your_command &
# Note, if you want to stop the job, run top or ps to get the process ID (PID)
#	and then run kill PID
Source by www.maketecheasier.com #
 
PREVIOUS NEXT
Tagged: #linux #run #program #background
ADD COMMENT
Topic
Name
9+2 =