[EMAIL PROTECTED] wrote:
> 
> Hello there,
> 
> how come that the permissin never changed.
> the command is
> chmod 755 filename
> 
> Thanks,
> -alex



Hi Alex,

Please try the following commands and paste in the
output:


$ cd /tmp
$ touch foobar
$ ls -l foobar
$ /usr/local/bin/chmod --version
$ /usr/local/bin/chmod 755 foobar
$ ls -l foobar
$ /usr/local/bin/chmod 710 foobar
$ ls -l foobar

You can capture all that with typescript if you
didn't know that, or just use X, copy, and paste.

You might also tell us what OS you are running.
Good luck, those commands worked for me.
Matthew

_______________________________________________
Bug-fileutils mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-fileutils

Reply via email to