Jump to content

I hear people talking about Screen ... details?


Steve Scrimpshire
 Share

Recommended Posts

running multiple terminals over an ssh session

 

ssh host

screen

<ctrl-a><ctrl-c> ... create a new screen session

man <insert topic here>

<ctrl-a><ctrl-a> ... returns to the first screen session

vi <insert topic name and files here>

 

now with a simple <ctrl-a><ctrl-a> I can switch between the docs and the files I'm working on.

---------------------------------------------------

example 2:

I want to rebuild Xfree86 from src on my work machine.

screen

./configure

<ctrl-a><ctrl-d> ... detach my screen session

then I go home ... ssh work-host

screen -r ......... re-attach my screen session

find out how my ./configure is going :-) .....

 

 

8) cool !!!!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...