X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:message-id:in-reply-to:references :subject:mime-version:content-type:content-transfer-encoding; q= dns; s=default; b=T67yaE/ppyAtXZotshQp3YxR1LhvhfZD/QZ7TsIFu9eL2i GbvFyhxrgHuNTINwrYfnJzMRgKl6U3WIdf85a+jC6yTTwbRjB2F5c0KY2V3P0O8m raYHXCK2zVOGGoVvETNIgdhdCbc/jz7Egps419rssI7ipFZtUq3NcQEOOg+40= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:message-id:in-reply-to:references :subject:mime-version:content-type:content-transfer-encoding; s= default; bh=fq/3dl7qcI/H1jbxkYSnY3D7EQ8=; b=llotQZEwidQ5fgUavDHY +j8aI8SusFDmv5VamPWiOuJ4LCNH54wpysFinxqOM7WmL2zX5YTxN8otfmozq/Au 3tDhcK9hlO6Z0wGEFo6tsLdbUs81/9JEaR4WJfhiovYlwATLgAWHKyhH15nmIvmX Hlbo6qvQqehaPBUd2yH44lQ= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=BAYES_00,KHOP_THREADED,SPF_FAIL,TW_MK,URI_HEX autolearn=no version=3.3.1 Date: Thu, 28 Mar 2013 09:14:32 -0700 (PDT) From: nyc-it To: cygwin AT cygwin DOT com Message-ID: <1364487272859-97293.post@n5.nabble.com> In-Reply-To: References: Subject: Re: Domain User getting "Permission Denied" for anything outside of /home// MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit The correct way to troubleshoot this issue is to perform the following: 1) Log in as Administrator on the local machine. Launch Cygwin Terminal 2) Run chmod a+rw /etc/passwd press Enter 3) Next run chmod a+rw /etc/group press Enter 4) Next logout of local administrator account and have a domain user log into the machine 5) Have the domain user launch the Cygwin Terminal, but they should receive the error in regards to this thread 6) Once the terminal is launch run mkpasswd -c >> /etc/passwd press Enter 7) Then run mkgroup -c >> /etc/group press Enter 8) Close the Cygwin Terminal and relaunch the profile should load properly this time without errors. 9) Confirm that you are in your current working directory by typing in pwd press Enter 10) Done -- View this message in context: http://cygwin.1069669.n5.nabble.com/Domain-User-getting-Permission-Denied-for-anything-outside-of-home-user-tp94174p97293.html Sent from the Cygwin list mailing list archive at Nabble.com. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple