If you’re running the screen command and you get the error “Must run suid root for multiuser support.”, you can correct the problem by doing the following:
1. # chmod u+s /usr/bin/screen
2. # chmod 755 /var/run/screen
3. # rm -fr /var/run/screen/*
4. # exit