====== How to connect as root to user screen ====== The unprivileged user is running screen and the admin (root) likes to help i.e. connects to the user screen su joe -c "script /dev/null; screen -x" su - joe && script /dev/null && screen -x