unix

How do I resolve the error “Must run suid root for multiuser support” on my Linux server?

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

Click to comment

Leave a Reply

Your email address will not be published. Required fields are marked *

To Top