wiki:screen
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| wiki:screen [2020/04/29 14:05] – [Using Screen] walkeradmin | wiki:screen [2020/04/29 14:11] (current) – walkeradmin | ||
|---|---|---|---|
| Line 180: | Line 180: | ||
| \\ | \\ | ||
| You can detach from the screen session at any time by typing: | You can detach from the screen session at any time by typing: | ||
| - | \\ | ||
| \\ | \\ | ||
| Ctrl+a d | Ctrl+a d | ||
| - | \\ | ||
| \\ | \\ | ||
| The program running in the screen session will continue to run after you detach from the session. | The program running in the screen session will continue to run after you detach from the session. | ||
| \\ | \\ | ||
| \\ | \\ | ||
| - | | + | **Reattach to a Linux Screen** |
| + | \\ | ||
| + | \\ | ||
| + | To resume your screen session use the following command: (and this is the whole point of this article :) ) | ||
| + | \\ | ||
| + | screen -r | ||
| + | \\ | ||
| + | \\ | ||
| + | In case you have multiple screen sessions running on your machine, you will need to append the screen session ID after the r switch. | ||
| + | \\ | ||
| + | \\ | ||
| + | To find the session ID list the current running screen sessions with: | ||
| + | \\ | ||
| + | screen -ls | ||
| + | \\ | ||
| + | Output is: (your session numbers/ | ||
| + | \\ | ||
| + | < | ||
| + | There are screens on: | ||
| + | 10835.pts-0.linuxize-desktop | ||
| + | 10366.pts-0.linuxize-desktop | ||
| + | 2 Sockets in / | ||
| + | </ | ||
| + | \\ | ||
| + | If you want to restore screen 10835.pts-0, | ||
| + | \\ | ||
| + | screen -r 10835 | ||
| + | \\ | ||
| + | \\ | ||
| + | \\ | ||
| + | |||
| + | ---- | ||
| + | \\ | ||
| + | Plagurised from : [[https:// | ||
| + | |||
wiki/screen.1588169154.txt.gz · Last modified: (external edit)
