How to use the screen command line utility in Linux

preview_player
Показать описание
In this Linux how to video you will learn how to use the linux screen utility in the command line. You will see how to use screen to keep a session alive even after disconnecting. You will also see how to split your screen to run more than one application side-by-side.

This video makes use of the following keyboard shortcuts:

screen -S (name) Create a new session
screen -ls List sessions
screen -r Reconnect last
screen -r (name) Reconnect specific

Ctrl-a d - Disconnect
Ctrl-a c - New window
Ctrl-a # - Change to window
Ctrl-a n - Next window
Ctrl-a p - Previous window

Ctrl-a S - Split horizontally
Ctrl-a | - Split vertically
Ctrl-a tab - Switch region

Connect with Don Pezet:

#ScreenUtilityLinux #LinuxScreenUtility #LinuxScreenCommandLine
Рекомендации по теме
Комментарии
Автор

Amazing video goes straight to the point with simple introduction and examples that are easy to follow.
Thank you for this video.

mohbkhaled
Автор

Great presenter this guy, over last 1-2 years there are surfacing more and more!

peterg
Автор

awesome tutorial man! thank you... I might be lazy and this might come as demanding (please don't take it that way), but you could also put a list with the commands at the end of the video (or not 😆) like I said, I'm lazy and it felt like a quick shortcut to that list at the very end would have been a quick screenshot and ready to go ! thank you again, you are amazing !!

sebastianfarias
Автор

10 point for the OS2 Warp box on the shelf... but where is the REXX handbook?

AzCowboyOne
Автор

While in a screen session I was disconnected from the server and when I logged in back to the server, the screen session was still attached and I couldn't access the session. What would be the solution in this situation?

HappyLifege
Автор

Thanks for the video, I have two main challenges with screen:
1- Copy data from screen pane to an outer file (i.e. leafpad or even another temrinal), as normally the copy works with me internally only.
2- Maintain the order of so called "panes" after dettach/rettach, for example, if i have a screen splitted horizontally then disconnected, when i reconnect i will have only the first screen and i have to split them over again.
Is there a way out from those two issue ?

akkosh
Автор

How to scroll a cursor in split terminals and stretching windows?

erdene-ochirmijid
Автор

Last metadata expiration check: 0:18:49 ago on Mon 30 Jan 2023 10:31:39 AM GMT.
No match for argument: screen
Error: Unable to find a match: screen

dzzlion