Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

linux how to run executable in background $

#To run a command in the background, 
#add the ampersand symbol (&) at the end of the command:

command &
 
PREVIOUS NEXT
Tagged: #linux #run #executable #background
ADD COMMENT
Topic
Name
9+7 =