Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <427FD9DB.90404@bellsouth.net> Date: Mon, 09 May 2005 16:44:59 -0500 From: "Charles D. Russell" Reply-To: worwor AT bellsouth DOT net User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) MIME-Version: 1.0 To: cygwin cygwin Subject: "ls" finds file1 but "ls file1" does not Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Response to Eric Blake: 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/