Home Audience Enthusiast How to Use Linux’s screen Command

How to Use Linux’s screen Command

0

With the Linux screen command, you can push running terminal applications to the background and pull them forward when you want to see them. It also supports split-screen displays and works over SSH connections, even after you disconnect and reconnect!

What Is the screen Command? The screen command is a terminal multiplexer, and it’s absolutely packed with options. To say it can do a lot is the granddaddy of understatements. The man page runs to over 4,100 lines.

Take a look at the most common cases in which you would use the screen command.

[Source: How-To Geek]