Thanks. I forgot that unix had separate permissions for directories. However, I have
now given myself all the permissions I know of and I still have the same problem.
EXAMPLE:
$ ls ass* ls: ass*: No such file or directory <------BUT IT IS THERE
$ ls -l total 722 -rwxrwxrwx+ 1 cdr None 58614 Oct 12 1995 _index.htm* -rwxrwxrwx+ 1 cdr None 2177 Oct 12 1995 assert.htm* -rwxrwxrwx+ 1 cdr None 17888 Oct 12 1995 charset.htm* -rwxrwxrwx+ 1 cdr None 3661 Oct 12 1995 crit_pb.htm* -rwxrwxrwx+ 1 cdr None 9185 Oct 12 1995 ctype.htm* etc/
$ ls -ld . drwxrwxrwx+ 4 cdr None 0 May 8 12:27 ./
$ getfacl . # file: .
# owner: cdr
# group: None
user::rwx
group::rwx
group:root:rwx
group:SYSTEM:rwx
mask:rwx
other:rwx
default:user:cdr:rwx
default:group:root:rwx
default:group:SYSTEM:rwx
default:mask:rwx
-- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/