Step 4: Set up a Screen
Screen will allow you to keep running the CLI even if you’re disconnected or you log out from your server.
Install screen:
Start a screen session:
This will open a screen session, create a new window, and start a shell in that window.
The first time you start a screen, you’ll see a page of license information. You can press the Space
bar to read the second page or Enter
to return to the command prompt.
To verify that you set up a Screen session, type screen -ls
in a second terminal. You should see a message that looks as follows:
Last updated