Horje
screen for background process Code Example
run screen on background linux terminal
# Install screen
yum install screen

# Initiate a Screen
screen -S <screen name> <command to execute>

# Detach from the screen
CTRL + A, D

# List all the screen currently working
screen -ls

# Reattach to a screen
screen -r <screen name>

# Kill specific screen
screen -X -S <screen name> quit

# Kill all screens
pkill screen
screen for background process
yum install screen
Source: medium.com




Whatever

Related
Sweet alert A title with a text under Code Example Sweet alert A title with a text under Code Example
run disk usage analyzer as root Code Example run disk usage analyzer as root Code Example
sns college of technology karthikraj h Code Example sns college of technology karthikraj h Code Example
récépissé carte de séjour voyage Code Example récépissé carte de séjour voyage Code Example
xml-stream npm Code Example xml-stream npm Code Example

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