Re: launch screen by root as another user

2005-11-20 Thread zeroguy
or something, you need to add `-s /bin/bash` to the su command. (And I think you might need to put everything after -c in quotes, so su doesn't interpret the other arguments as arguments to su.) -zeroguy ___ screen-users mailing list scr

Re: screen+putty setting window title

2005-10-06 Thread zeroguy
rstanding goes, that is certainly not correct. -zeroguy ___ screen-users mailing list screen-users@gnu.org http://lists.gnu.org/mailman/listinfo/screen-users

Re: screen+putty setting window title

2005-10-06 Thread zeroguy
The sequence is different inside screen. Instead, (for bash) do PROMPT_COMMAND='echo -ne "\033_hello1\033\\"' For something like .bashrc, it's best to test if you're inside a screen session by checking the $TERM variable before setting the above variable.