From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from forward102j.mail.yandex.net (forward102j.mail.yandex.net [IPv6:2a02:6b8:0:801:2::102]) by sourceware.org (Postfix) with ESMTPS id 7C09638708A8 for ; Tue, 9 Jun 2020 13:05:03 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 7C09638708A8 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=yandex.ru Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=anrdaemon@yandex.ru Received: from mxback26g.mail.yandex.net (mxback26g.mail.yandex.net [IPv6:2a02:6b8:0:1472:2741:0:8b7:325]) by forward102j.mail.yandex.net (Yandex) with ESMTP id 0A85AF20F3C; Tue, 9 Jun 2020 16:05:01 +0300 (MSK) Received: from sas2-b157fac3b6f2.qloud-c.yandex.net (sas2-b157fac3b6f2.qloud-c.yandex.net [2a02:6b8:c08:b282:0:640:b157:fac3]) by mxback26g.mail.yandex.net (mxback/Yandex) with ESMTP id 3wsLtHIx2F-50YmLk5U; Tue, 09 Jun 2020 16:05:00 +0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1591707901; bh=gnUB1QHtFRn6JNnhDRL4DiAdtYfZU4Av0AZgEDk+YY4=; h=In-Reply-To:Subject:To:Reply-To:From:Message-ID:References:Date; b=ZshYrjPICy/Q9vIdHF15YHBJ9KV7iIw33PZ85lYXMTZRTvpnIjLJ9FpAB/AYZs/Sr 9/7WHSOMX/FKT7rX6PVneV6daKBmFh5/h5cgU+hquVYluFO23Fx+Oa4h3xMtHseUxL cFQNJpaRd21MM2FrT/Nq/aOwi00kKokcWszyqdRc= Authentication-Results: mxback26g.mail.yandex.net; dkim=pass header.i=@yandex.ru Received: by sas2-b157fac3b6f2.qloud-c.yandex.net (smtp/Yandex) with ESMTPSA id sDgAlEll8v-50W40GrI; Tue, 09 Jun 2020 16:05:00 +0300 (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (Client certificate not present) Received: from [192.168.1.10] (HELO daemon2.darkdragon.lan) by daemon2 (Office Mail Server 0.8.12 build 08053101) with SMTP; Tue, 09 Jun 2020 13:03:24 -0000 Date: Tue, 9 Jun 2020 16:03:24 +0300 From: Andrey Repin X-Mailer: The Bat! (v6.8.8) Home Reply-To: cygwin@cygwin.com X-Priority: 3 (Normal) Message-ID: <29299098.20200609160324@yandex.ru> To: Carlo Florendo , cygwin@cygwin.com Subject: Re: certain files not seen in cygwin but seen in windows In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-0.8 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, KAM_THEBAT, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Jun 2020 13:05:07 -0000 Greetings, Carlo Florendo! > Recently, I've had a very serious problem: I could not see certain > files in cygwin's bash and other shells but I can see them on Windows > explorer and Windows command line. I've tried setting windows file > attributes via cmd's "attrib -A -S -H -R -I" to no avail. The files > don't show up in cygwin's commands ls, find, grep, etc... There was a time, when files marked as Temporary were not shown in Cygwin. The ATTRIB command can't show/change this attribute. > As such, my shell scripts broke whenever they ran in directories where > those files were unaccessible via bash. > After diagnosing this for several months, I almost wanted to give up > and live with this, putting unnecessary workaround in my code so the > scripts would run. You could use Far manager[1] f.e. to show/set more attributes. [1] https://farmanager.com/ -- With best regards, Andrey Repin Tuesday, June 9, 2020 16:00:26 Sorry for my terrible english...