From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-vs1-xe2c.google.com (mail-vs1-xe2c.google.com [IPv6:2607:f8b0:4864:20::e2c]) by sourceware.org (Postfix) with ESMTPS id 30681385482A for ; Thu, 29 Oct 2020 12:39:13 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 30681385482A Received: by mail-vs1-xe2c.google.com with SMTP id y78so1406558vsy.6 for ; Thu, 29 Oct 2020 05:39:13 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=4hZaHcmBQi/OySpqSGz4BOqrY1hAFfLZCfDiuqlnorg=; b=oV0YSW7y+lsk1SaeyHRxbyl2W3aYqmg+e88EYGHXdut6I3UsjWxaes8SkXc+G/yoAW MzE2BBgphg6Jc2ktT6JQZE2WGDgC4KC1UaArlljG0XHDzHtydGW+9tpXmyE6RtdDQfdF wLqbzDYxteQaOTNibcOV3XAU/eKx/9EimOf3eA9ukX70+JaBjq2h8N8iYHjw6AmKDntB Am6qPonoMzkrJYqOBFQrbvsJZtcHGctIPWJwPHo1IAr2P27Z4b7DFoKJGIvey6DEKnZM +aetDMOvIWbAM2SNUIRAMpy52TpcTBL54dIi7q5eVVTxJBtmhm4mXXhpc0i7xVHjBTzN Ijxw== X-Gm-Message-State: AOAM532bPdMw+1RglqghGcjAb8WfYUPQhd3JpVSENSzRjpP+vf+xda6e oN/Z1xMGkJDFGK2DCrATRWeS83HdJVUo6bMStx7NNjcx9XdaWQ== X-Google-Smtp-Source: ABdhPJyAnL6p1OBvRiepCYhTfS5q3uuQvr5//JVC2s9J6IDWOAKCxg1qGv24HYXgOVaJaLXzG7CkR9CYzUb3nRE2mxY= X-Received: by 2002:a67:c989:: with SMTP id y9mr2488696vsk.39.1603975152514; Thu, 29 Oct 2020 05:39:12 -0700 (PDT) MIME-Version: 1.0 From: =?UTF-8?Q?David_Bala=C5=BEic?= Date: Thu, 29 Oct 2020 13:39:03 +0100 Message-ID: Subject: Conflict if same username local and in domain To: cygwin@cygwin.com Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_ENVFROM_END_DIGIT, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham 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: Thu, 29 Oct 2020 12:39:14 -0000 Hi! I started Cygwin Terminal to find out, I landed in the other users home folder and have no write access. What happened was: - log into Windows as domain user DOM\JOE - start cygwin shell, land in /home/joe - log into Windows as local user JOE - start cygwin shell, land in /home/joe , but with no write access, as it belongs to other user according to Windows Is this a known issue? Should cygwin use a different username? Help. David