On Sun, May 30, 2010 at 06:05:25PM +0200, clemens fischer wrote: > On Fri-2010/04/23-19:45 chr wrote: > > > I suspect that is some permissions problem. If I chmod 777 > > the socket directory (previously 700), I get: > > > > $ tmux > > can't create socket: Permission denied > > Did you do "chmod 777 ..." or "chmod 0777 ..."? The former would be > interpreted in decimal, the latter is the octal you want. You could
chmod is not as dumb as that. $ touch x && chmod 777 x && ls -l x -rwxrwxrwx 1 nicholas nicholas 0B May 30 17:33 x* > also try the symbolic mode "chmod ug=rwxt ...". > > 777 decimal is 1411 octal, meaning u=r,g=x,o=xt AFAIK. > > > clemens > > > ------------------------------------------------------------------------------ > > _______________________________________________ > tmux-users mailing list > tmux-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/tmux-users ------------------------------------------------------------------------------ _______________________________________________ tmux-users mailing list tmux-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/tmux-users