Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

move running terminal process to background linux

# Add an ampersand at the end of the command as below:
command &

# If the task is already running, type 
ctrl+z 
# to pause it then 
bg
# to run it in the background
Source by linuxize.com #
 
PREVIOUS NEXT
Tagged: #move #running #terminal #process #background #linux
ADD COMMENT
Topic
Name
5+2 =