I am using the Screen utility and would like to preserve the session when the machine reboots. If not possible may be you can recommend other alternatives to Screen that would allow to preserve the sessions between reboots.
I am using Ubuntu Server…
Basically I have a remote screen session, which I wish to automatically reattach to.. Currently I'm doing this by with the following command (as an iTerm bookmark, or an alias)
ssh host -t screen -x thesessionname
This works fine, but if the…
Since I use the *nix command screen all day, and I couldn't find anyone starting this question, I figured it should be started. You know the drill: community wiki, one answer per features so we all can vote.
When I open a new window in GNU screen, it runs .bashrc but not .bash_profile. In my setup, this results in some environment variables not being set up correctly in that window.
How can I tell GNU screen to always run .bash_profile instead of…
I would like to launch some application inside screen session but from a script.
Without script I would just launch screen, then open N windows with crtl-a-c and execute programs in each windows.
I tried the following
screen -d -m -S test
screen -S…
I know it's possible, but I can't for the life of me figure out how, to launch screen with one window in split region mode?
ie: I have screen set to open multiple windows on launch, but want window 0 to be split into two regions with an application…
We have a long running process on a remote server which is kicked off manually from time to time. Unfortunately internet connections die, kernels panic and a whole host of other challenges can be encountered by the ssh session used to connect and…
When running 'screen ls' the screen stops with the text [screen is terminating]. I would like screen to keep the session alive and reattach to it to see the output of ls.
Of course the real thing is that I don't run screen ls, but rather a screen…
I have a job launched in a screen session which is expected to run for several hours. From time to time I'm requested to check if job is still running and guess at wich % of work is.
Guess if it is working or not is as simple as perform a ps -fu…
[ This can be considered step 2 of my previous question Is it possible to change GNU screen session name after created? ]
Actually, I'd like to write a script that can display current screen session name and change current session name.
For…
screen -RR is great. It does one of the two thing automatically:
If there is any detached screen session, it picks up one can attach to it.
If there is no detached screen session(no session yet, or all have been attach to other terminal), it…
I'm wondering if this is possible. I'd like users to be able to launch screen on some of our hosts for the purpose of multiplexing their terminal login sessions. However, I don't want them to be able to detach the screen and leave it running in the…
I want to know how to accomplish this: Open a new window in GNU/screen, by running a command.
Here's what I want to do:
I uses GNU/screen daily. My laptop runs in UTF-8 locale, and I need to ssh to some specific servers which runs in GBK…
[This continues my previous question How do I know I'm running inside a linux "screen" or not? ]
As title, can I?
I tried screen -S mysess but it creates a new screen instead of changing the name of current screen.
I also tried screen -X…