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 ~/.screen
and export theSCREENDIR
to point to that directory:export SCREENDIR=$HOME/.screen
You can also put this line into you~/.bashrc
so that it will also take effect afterwards.
0 件のコメント:
コメントを投稿