Top "Gnu-screen" questions

screen (GNU Screen) is a full-screen window manager that multiplexes a physical terminal between several processes, typically interactive shells.

nohup vs screen -- which is better for long running process?

Background: I have a long running script that makes database schema changes that has output I would want to check …

terminal gnu-screen nohup
Strange behavior of vim color inside screen with 256 colors

I was trying to make the syntax highlighting (with 256 colors) of vim work inside screen, which is running inside gterm. …

bash vim colors terminal gnu-screen
gnu screen - changing the default escape command key to ALT-X?

In GNU screen, I want to change the default command binding to Alt-s (by tweaking .screenrc) instead of the default …

emacs gnu gnu-screen screenrc
How does bash deal with nested quotes?

I need to run a command with a syntax like this: runuser -l userNameHere -c '/path/to/command arg1 …

linux bash command-line quotes gnu-screen
Send commands to a GNU screen

I have a GNU screen named demo, I want to send commands to it. How do I do this? screen …

bash gnu-screen
"Must be connected to a terminal error" with screen -x command on a Linux Container

I am using Linux containers with Proxmox 4. When I am connected on an Ubuntu 16.04 container with: pct enter <id&…

linux containers gnu-screen proxmox
How to search any word in linux 'screen'

I am going screen logs of devstack with following command. screen -x stack I find searching in screens very difficult. …

linux search terminal gnu-screen
How to make GNU Screen start a new window at the CURRENT working directory?

By default, when you create a new window in GNU Screen, it will start in the directory where screen is …

gnu gnu-screen
in Screen, how do I send a command to all virtual terminal windows within a single screen session?

I know how to create multiple windows within a single screen session, at startup: But once I have them up …

linux gnu-screen
How to reconnect to accidentally disconnected ssh session WITHOUT screen or tmux

I know these kinds of questions have been asked for years, and the answer to them are often Screen or …

session ssh tmux gnu-screen reconnect