Versions Compared

Key

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

...

  • ctrl a d : detach from the screen session
  • ctrl a { : scroll up through the start-up messages.
  • View all vioc's on host cpu: screen -ls
  • Attach to vioc: screen -r <vioc_name>
  • Attaching to a linuxRT screen session multiple times with  "laci"  concurrently:
    screen  -x <vioc_name>
  • Note: The "screen" program supports multi-display mode.

    When you attach an existing screen session,

    you can use "-x". It allow to attach to "a not detached screen session" like the -r option.



...