blackchestnut / blackchestnut.github.io

Developer notes about Ruby on Rails, React Native, PostgreSQL, etc.
https://kalinichev.net
4 stars 0 forks source link

GNU Screen #34

Open blackchestnut opened 6 years ago

blackchestnut commented 6 years ago

GNU Screen is a terminal multiplexer Docs

Run on the remote server

screen

Resume the first appropriate detached screen session

screen -R

Kill all windows and exi

quit