Top "Gnu-screen" questions

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

Run "screen -S name ./script" command on @reboot using crontab

I've tried adding this to my crontab: @reboot /root/startup The "startup" file: #!/bin/sh svnserve -d -r /root/svnrepos/…

linux cron gnu-screen reboot
Is running GNU Screen suid root the only way to make multiuser mode work?

I'm running Ubuntu 11.10 and GNU Screen version "4.00.03jw4", and I'm trying to use multiuser mode. The following process works for …

gnu-screen multi-user suid
screen: how to turn on alternate screen?

When I work in terminal, I see the history of the last shell commands execution output. If I run vim, …

linux macos terminal gnu-screen iterm
Is it possible to send file contents to GNU screen session?

I'm connecting to a development board over a serial port like so.. $ screen /dev/ttyUSB0 9600 I'm connected to a boot …

serial-port communication gnu-screen
Shell script start 1 session with multiple windows

I am pretty new to shell scripting (you may say I am just starting). What I need is to write …

bash shell gnu-screen
GNU screen auto re-size with screen -x

Is there a way to auto re-size screen windows, along with screen -x option? I know we can do this …

session shared gnu-screen