Linux Command you MUST know | Screen command line utility in Linux

Опубликовано: 11 Июнь 2024
на канале: Linux Tech Hub
114
7

"Master the power of multitasking on the Linux command line with our comprehensive guide to the screen command!

Whether you're a beginner or a seasoned Linux user, this tutorial has something for everyone. Learn how to create, manage, and detach virtual terminal sessions effortlessly with screen. Discover how to keep your processes running in the background even after logging out, and regain control of your terminal like a pro.

Say goodbye to lost sessions and hello to productivity with the screen command!"

Below are the screen commands used in the video:

Install screen: yum install screen

1. Start a new screen session with a session name.

screen -S sessionname

++++++++++++++++++++++++++++++++++++++++++++++++++++

2. List all running screen sessions.

screen -ls
++++++++++++++++++++++++++++++++++++++++++++++++++++


3. To Re-attach or Login to a screen Session

screen -r sessionname/pid

+++++++++++++++++++++++++++++++++++++++++++++++++++++

4. To detach a screen session.

Press Ctrl+A+D

+++++++++++++++++++++++++++++++++++++++++++++++++++++

5. To terminate a screen session.

exit (Type exit from inside the screen session)

+++++++++++++++++++++++++++++++++++++++++++++++++++++

#BASH #linux #centos #coding #linuxshell #linuxtutorial

devops
hack the box
Centos
terminal multiplexer
Linux administrator
linux command line
putty ssh
Screen command in linux


Смотрите видео Linux Command you MUST know | Screen command line utility in Linux онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Linux Tech Hub 11 Июнь 2024, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 114 раз и оно понравилось 7 людям.