commit | be0c79f3ad2a94083b6f79d40739b2b68d3848ae | [log] [download] |
---|---|---|
author | Nicholas Marriott <nicholas.marriott@gmail.com> | Fri Mar 27 15:57:10 2009 +0000 |
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | Fri Mar 27 15:57:10 2009 +0000 |
tree | 9f35da5bbae4601df1e436b4022e4d543b920ff0 | |
parent | 0cb069a6b1e9e597318e0890b0b565261d06acd4 [diff] |
Sockets in /tmp are now created in a subdirectory named, tmux-UID, eg tmux-1000. The default socket is thus /tmp/tmux-UID/default. To start a separate server, the new -L command line option should be used: this creates a socket in the same directory with a different name ("-L main" will create socket called "main"). -S should only be used to place the socket outside /tmp. This makes sockets a little more secure and a bit more convenient to use multiple servers.