Using screen on Linux
Last updated
Last updated
The screen
command is a powerful tool that allows you to run multiple terminal sessions in the background, even after disconnecting. Itβs especially useful when installing and managing multiple nodes on a single server. Think of it like having multiple open apps on your phone β you can easily switch between them without interrupting anything.
screen
If screen
is not installed yet, run:
π Create a new screen session
π§ List all screen sessions
π§ Run your screen
π Detach from the session
Stop your command or press Ctrl + C
, then exit the session: