Steven's Blog

A Dream Land of Peace!

Tmux中的can't Create Socket: Permission Denied问题解决

my tmux’s sockets are output to the dir “~/tmp”, however today I encountered the problem saying “can’t create socket: Permission denied” while I start tmux.

The reason is I have changed the rights on the folder ~/tmp/tmux* , so after the following command:

1
chmod 700 -R tmux*

It is back to normal.