6
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

can't create socket: Permission denied

Posted at

#背景
itermでtmuxを開いて作業をしていたとき誤ってタブを消してしまった。
なのでまた新しいタブを開いて、
tmux a
とうったら
can't create socket: Permission denied
と言われてしまった

#解決法
tmuxは(/tmp/tmux-[uid]/default)を生成するがなぜか書き込めない。
権限を777にしてもだめ
しょうがないからソケットを指定してあげたらいけた
tmux -S /tmp/tmux-[uid]/default

6
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?