How to run script continuously even when terminal is closed — Ubuntu

The simple way is to use screen. This program is commonly installed on Ubuntu server. If not installed, enter the command below to install screen: sudo apt-get install screen How to use screen? Let’s use the very simple way. Run this command: screen You will see the screen version and other information. Next, press enter. …

How to run script continuously even when terminal is closed — Ubuntu Read More »