Horje
move running terminal process to background linux Code Example
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: linuxize.com




Shell

Related
how to add source ip in firewalld Code Example how to add source ip in firewalld Code Example
git syntax editor Code Example git syntax editor Code Example
shell script to subtract two hex values Code Example shell script to subtract two hex values Code Example
download onenote on fedora Code Example download onenote on fedora Code Example
How to split a string in bash Code Example How to split a string in bash Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
15