Top "Gnu-screen" questions

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

GNU Screen - create screen in background run command from shell or script

I am trying to create a screen session/window from the shell and launch a command in it. How would …

bash shell gnu-screen
Sending ctrl-c to specific screen session

I am designing a script to launch a process inside a named screen session. as_user "screen -p 0 -S **$command** …

shell gnu-screen sigint
Screen "Must be connected to a Terminal."

I'm on a Debian OS. I'm trying to use screen under a SSH session. But when I'm trying to run …

ssh gnu-screen tty
Loading zsh as the default shell in gnu screen

Im using KUbuntu 10.04 (Lucid Lynx). I have installed zsh and screen. I have set zsh as the default shell, by …

unix zsh gnu-screen
How can I tell whether I'm in a screen?

When using screen in linux, how can I tell if I'm in a screen or not? I could do exit …

linux shell gnu-screen
How do I get GNU screen to read .bash_profile/.bash_rc changes?

After I make changes in .bash_rc or .bash_profile, when I start GNU screen, it doesn't recognize those changes. …

linux bash unix gnu-screen .bash-profile
Bash: Getting PID of daemonized screen session

If I start a GNU screen session as a daemon, how would I retrieve its PID programmatically? I don't know …

bash gnu-screen
Unable to use Screen efficiently in Mac's Terminal

The post summarizes problems in using Screen in Mac's terminal when you have the following in your .zshrc if [[ $STY = …

macos terminal gnu-screen
Tmux window title keeps renaming

Suddenly, both my screen/tmux started changing my windows' names after every command. They keep changing the name to the …

bash gnu-screen tmux
Windows equivalent for Linux "screen" or another alternative?

I'm on the lookout for a method to control programs in a Windows environment. I would prefer it to be …

windows linux gnu-screen