How to use the screen command line utility in Linux



How to use the screen command line utility in Linux

How to use the screen command line utility in Linux

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

Subscribe to get the latest videos: https://go.itpro.tv/subscribe

Start your Linux training free! https://go.itpro.tv/start-learning-now

Connect with Don Pezet:
Twitter: https://twitter.com/DonPezet
LinkedIn: https://www.linkedin.com/in/donpezet/
Blog: blog.itpro.tv

Enjoying this show? Get access to more online IT skills and certification training from ITProTV. Home of binge-worthy learning, ITProTV offers teams and individuals 5800+ hours of engaging & effective on-demand video training for the latest technology skills. Watch live or on-demand daily. Start learning free at ITProTV: https://go.itpro.tv/start-learning-now

#ScreenUtilityLinux #LinuxScreenUtility #LinuxScreenCommandLine

Comments are closed.