bug-fileutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

chmod


From: Andrei Cernea
Subject: chmod
Date: Tue, 15 Oct 2002 15:05:35 -0400

Hi!

I am using Cygwin 2.05. I am emailing you because of this:

============================================
> chmod --help
Usage: chmod [OPTION]... MODE[,MODE]... FILE...
  or:  chmod [OPTION]... OCTAL-MODE FILE...
  or:  chmod [OPTION]... --reference=RFILE FILE...
Change the mode of each FILE to MODE.
...

Each MODE is one or more of the letters ugoa, one of the symbols +-= and
one or more of the letters rwxXstugo.

Report bugs to <address@hidden>.
============================================

I noticed that in order for a file to have x rights on windows it needs to
have executable extension. That is, if I have a script file with no
extension and x permissions on Unix, I don't see the x on windows. However,
if I copy the same file to a *.bat the x will show up without having to call
chmod a+x ...

Is this a bug, feature, as intended? Do I have to have executable
terminations for all files that I want to execute in windows?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]