Nicholas Marriott wrote:

> On Sun, May 30, 2010 at 06:05:25PM +0200, clemens fischer wrote:
>
>> 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*

Well, I figured he 1) might use a shell mucking with numbers and 2) use
the chmod(1) from netbsd.  Over the years working with freebsd,
I experienced significant differences between the various
implementations.

It was a wild shot, but if it had helped, well, it had helped.


clemens


------------------------------------------------------------------------------

_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to