Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

How to run a command in the background

# Attach ampersand at the end of the command as below
ls -l > list.txt &
Source by linuxize.com #
 
PREVIOUS NEXT
Tagged: #How #run #command #background
ADD COMMENT
Topic
Name
8+1 =