mirror of
https://github.com/tmux/tmux.git
synced 2025-01-06 07:48:48 +00:00
Clarify /tmp permissions and use, GitHub issue 2300.
This commit is contained in:
parent
2aa177d102
commit
f26b7b7788
13
tmux.1
13
tmux.1
@ -169,8 +169,17 @@ independent
|
||||
servers to be run.
|
||||
Unlike
|
||||
.Fl S
|
||||
a full path is not necessary: the sockets are all created in the same
|
||||
directory.
|
||||
a full path is not necessary: the sockets are all created in a directory
|
||||
.Pa tmux-UID
|
||||
under the directory given by
|
||||
.Ev TMUX_TMPDIR
|
||||
or in
|
||||
.Pa /tmp .
|
||||
The
|
||||
.Pa tmux-UID
|
||||
directory is created by
|
||||
.Nm
|
||||
and must not be world readable, writable or executable.
|
||||
.Pp
|
||||
If the socket is accidentally removed, the
|
||||
.Dv SIGUSR1
|
||||
|
Loading…
Reference in New Issue
Block a user