Search the Community
Showing results for tags 'screen'.
-
arch linux arch-announce: info on next update to GNU screen
ichase posted a topic in Bruno's All Things Linux
Good info for those of us that use Screen: Gaetan Bisson wrote: URL: https://www.archlinu...lder-instances/-
- 1
-
-
I was recently introduced to ssh'ing recently. I had never used this before and was suprised at how easy it was to set up. So when I came upon this article on GNU Screen I did some further reading. http://www.archlinux.../x86_64/screen/ http://www.gnu.org/software/screen/ This seems like a pretty good tutorial on screen. http://www.rackaid.c...ial-and-how-to/ Whilst the articl itself was interesting several of the comment were of equal interest. To join a screen that is already attached, use: screen -x screenid You can get the screen ID number using list: [root@gigan ~]# screen -list There is a screen on: 29878.pts-6.gigan (Attached) screen -x 29878.pts-6.gigan Will attach you to that screen. Both users have control so be careful. I use this when training or reviewing staff. There is also BYOBU an extra for screen that adds extra functionality. https://aur.archlinu...es.php?ID=28295 http://www.serverwat...-but-Better.htm Screen is available for most distros but I have only included the links for Arch. Happy ssh'ing.