DMARC-Filter: OpenDMARC Filter v1.4.2 delorie.com 50PCZXdW840389 Authentication-Results: delorie.com; dmarc=pass (p=none dis=none) header.from=cygwin.com Authentication-Results: delorie.com; spf=pass smtp.mailfrom=cygwin.com DKIM-Filter: OpenDKIM Filter v2.11.0 delorie.com 50PCZXdW840389 Authentication-Results: delorie.com; dkim=pass (1024-bit key, unprotected) header.d=cygwin.com header.i=@cygwin.com header.a=rsa-sha256 header.s=default header.b=msWHiFQC X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5D051385840D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1737808531; bh=ZmSgcnPBAAnUrBvgwM6bzY/ZGDRqMJkYBmmmxT72j/U=; h=Date:To:Subject:In-Reply-To:References:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=msWHiFQCaEM2jr7dhlSyFREoIHIdFs5HBa/AzUdtbhyJm9QT//7x0oP3YLCqbAPOt LVuZMkjCgQJrOVgyHOUy7tHl9ivCzNavuvqrIg2N73yJlFEmWE5AEqPp5wmy8sM5+S dD3mNR6DHCRodRhGKsHmarDZ3RpjUTH3kK9NTuDE= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org E7AAB3858D1E ARC-Filter: OpenARC Filter v1.0.0 sourceware.org E7AAB3858D1E ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1737808505; cv=none; b=mYGVf3MdUens+3bsHSub1tzhH2NfjucY9WoEGR3B+8R0v/WN4TZh/GiL02bblIK82AXuI64AAJfbD9dHA4eprXjvEr+TsHEk0rKFdbeQFkoGlMUNXY5GFfV2LC+Q/2MT3Hi/uLrxXaS1VBCObzRgYw2Hhd4AZ1/qPnM/vRru1bo= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1737808505; c=relaxed/simple; bh=OBEXCt5EvuwmjdrXQLtp9Xb4BClWM4fj3jj+U4CZVoE=; h=DKIM-Signature:Date:From:Message-ID:To:Subject:MIME-Version; b=SZkcbYEXuNN6cv8XIlBWx86p4VXMxAUa2eKPo+D+EwKtfzzAXEpJGqjsvmX8xz94MS5E9FUwAo1DMM7beuCIzxEWOunlFcdhKdruGjfr0AteAiQsZuMmR7bnjO4rebLZXuNeXgyHZEQZDU35RwgxT10W7BLNLEJooSMckpmdnlI= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E7AAB3858D1E X-Yandex-Fwd: 1 Date: Sat, 25 Jan 2025 15:22:59 +0300 X-Mailer: The Bat! (v9.3.4) Professional Message-ID: <1377840993.20250125152259@yandex.ru> To: =?utf-8?Q?Jos=C3=A9_Isa=C3=ADas_Cabrera?= , cygwin AT cygwin DOT com Subject: Re: Inheriting all ownership, rights and files from an user In-Reply-To: References: MIME-Version: 1.0 X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.30 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Andrey Repin via Cygwin Reply-To: cygwin AT cygwin DOT com Cc: Andrey Repin Content-Type: text/plain; charset="utf-8" Errors-To: cygwin-bounces~archive-cygwin=delorie DOT com AT cygwin DOT com Sender: "Cygwin" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id 50PCZXdW840389 Greetings, José Isaías Cabrera! >> My windows account just changed from e608313 to u618346 and I would like to >> > use the old setup that I had on the old account under the new account in >> > cygwin. How is this possible? Thanks. >> > >> >> This may be possible by using the native Windows icacls tool. Running >> 'icacls /?' shows the following: >> >> ICACLS name /save aclfile [/T] [/C] [/L] [/Q] >> >> Stores the DACLs for the files and folders that match the name into aclfile >> for later use with /restore. Note that SACLs, owner, or integrity labels >> are not saved. >> >> ICACLS directory [/substitute SidOld SidNew [...]] /restore aclfile [/C] >> [/L] [/Q] >> >> Applies the stored DACLs to files in directory. >> >> I don't know if icacls reorders ACEs in ACLs (messing up cygwin's >> permissions). You would need to test. > I looked into this, but I ran, > takeown /R /F c:\cygwin64\* Eh. That was absolutely unnecessary. Given the path, you most likely had it installed with administrator rights. Thus no need to adjust permissions on whole tree. Only your /home/$USER directory would need to be chown'ed, and that can be done using cygwin's own tools from elevated shell. > which sounded like what I wanted, but it damaged the installation. gcc > didn't work after that, but it was running before. Anyway, I took a picture > of the packages I had installed, and started from scratch. Thanks for the > support. I should have had, perhaps, done the icacls. But, one learns every day. :-) -- With best regards, Andrey Repin Saturday, January 25, 2025 15:20:57 Sorry for my terrible english... -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple