[En] Screen Command On Linux for long running processes in the background
Channel:
Subscribers:
1,630
Published on ● Video Link: https://www.youtube.com/watch?v=-odDRsh4Tzw
I know that screen command is depreceated for a while in favor of tmux. BUT this is not the purpose of this video. Main usage is listed below
screen --help: to have a quick help
screen -ls: to list all sessions available. Pay attention to their status (Attached/Detached)
screen -S SomeName: to initiate a new screen session
screen -r SomeName: to attach a existing screen session
[ctrl]+[a] then [ctrl]+[d]: to leave an existing screen session