Screen (Linux Tool)

November 17th, 2005 | Tags:

Screen is like VNC for the console.

  1. screen Starts a new session
  2. C-a d Detaches from session
  3. screen -ls List all running sessions
  4. screen -r Reattaches to a session
  1. apsides
    April 25th, 2006 at 00:59
    Reply | Quote | #1

    screen + ssh = r0x0rz_my_s0x0rz

TOP