Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • open terminal window and type: screen

Expand

screen

-- At the prompt 'press space' or 'return to end': press space (you remain in screen)
--To exit screen at any time, type: exit

–- Detatch from the screen session: Ctrl+a d
–- Resume your screen session: screen -r

Note: screen has many options to explore. The above should get you started.

...

titlescreen

* At the prompt 'press space' or 'return to end': press space (you remain in screen)

...

* To exit screen at any time, type: exit

...

  • Detatch from the screen session: Ctrl+a d

...

  • Resume your screen session: screen -r

Note: screen has many options to explore. The above should get you started.

3. rsync -av laptopFromDir/ loginid@scu-login01.med.cornell.edu:~/loginToDir/

...