https://superuser.com/questions/1195962/cannot-make-directory-var-run-screen-permission-denied から以下
So to work around it, you can create a directory, such as~/.screen:mkdir ~/.screen && chmod 700 ~/.screenand export theSCREENDIRto point to that directory:export SCREENDIR=$HOME/.screenYou can also put this line into you~/.bashrcso that it will also take effect afterwards.