Hallo, i use screen with two users on one account. 2 users can connect. They use one user and then they change to root.
~/.bashrc if [ -z $STY ]; then /usr/bin/screen -xRR; exit 0; else /usr/bin/screen -X defscrollback 1000 /usr/bin/screen -X hardstatus alwayslastline '[%H] %w%=%u %d.%m.%y %c' /usr/bin/screen -X aclchg screen -x 'detach,screen,pow_detach' fi Outside of screen screen -xRR, inside the other commands. My problem is the fact, that i want to use it for every user, not only the user "screen". If i use /usr/bin/screen -X aclchg screen -x 'detach,screen,pow_detach' everything is ok for the user screen if i use /usr/bin/screen -X aclchg * -x 'detach,screen,pow_detach' is it not ok (in /etc/screenrc i can use * for all users) Perhaps someone can help me. I use a command to -x to all users on the actual screen. ______________________________________________________________________________ "Ein Herz für Kinder" - Ihre Spende hilft! Aktion: www.deutschlandsegelt.de Unser Dankeschön: Ihr Name auf dem Segel der 1. deutschen America's Cup-Yacht! _______________________________________________ screen-users mailing list screen-users@gnu.org http://lists.gnu.org/mailman/listinfo/screen-users