Using ‘screen’ - The Absolute Essentials
blog.amir.rachum.com
Using ‘screen’ - The Absolute Essentials
1–10 of 10 posts
Re: Using ‘screen’ - The Absolute Essentials
#2 screen -d -R
will reconnect to your screen session if it exists, or start a new one if it doesn't.People not yet proficient with screen should learn tmux instead.
Re: Using ‘screen’ - The Absolute Essentials
#3Re: Using ‘screen’ - The Absolute Essentials
#4Re: Using ‘screen’ - The Absolute Essentials
#5Screen's development is basically dead. Tmux is under active development, and the developers are responsive and intelligent.
Tmux is sudo safe, where screen is not.
Tmux lacks screen's ability to connect to serial devices, which is used by some sysadmins and router monkeys like myself, but that's okay.
Tmux also sucks for tee-ing it's output to a log file, which screen does nicely, but this will probably be fixed some day.
Re: Using ‘screen’ - The Absolute Essentials
#6Re: Using ‘screen’ - The Absolute Essentials
#7Re: Using ‘screen’ - The Absolute Essentials
#8Re: Using ‘screen’ - The Absolute Essentials
#9I would strongly recommend tmux over screen to anyone, if it is available on your platform. Screen's development is basically dead. Tmux is under active development, and the developers are responsive and intelligent. Tmux is sudo safe, where screen is not. Tmux lacks screen's ability to connect to serial devices, which is used by some sysadmins and router monkeys like myself, but that's okay. Tmux also sucks for tee-…