view · edit · sidebar · attach · print · history

Adding a name to your screen session on Linux

We can add a name to the screen like

 screen -S [name]

then we can use the name to attache the screen again

 screen -x [name]
view · edit · sidebar · attach · print · history
Page last modified on February 03, 2011, at 10:54 AM