X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org MIME-Version: 1.0 In-Reply-To: <32070241.post@talk.nabble.com> References: <32070070 DOT post AT talk DOT nabble DOT com> <4E207C7A DOT 5070704 AT bopp DOT net> <32070241 DOT post AT talk DOT nabble DOT com> Date: Sat, 16 Jul 2011 21:55:00 +0200 Message-ID: Subject: Re: how to access to drive using cd From: Csaba Raduly To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=ISO-8859-1 Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 Hi, On Fri, Jul 15, 2011 at 8:02 PM, dbonneau wrote: > I tried cd/cygwin/q but it said " no such file or directory".. You probably didn't follow Jeremy Bopp's advice exactly; looks like you forgot the space after "cd". It's cd /cygdrive/q cd/cygwin/q (without a space after "cd") means running the file named "q" in the subdirectory "cd/cygwin" of the current directory. That's why you got "no such file or directory". In Unix shells, you MUST separate the command name and its arguments with spaces. This is different from DOS, where DIR/S will treat the "/S" as an option to "DIR". Hope this helps, Csaba -- GCS a+ e++ d- C++ ULS$ L+$ !E- W++ P+++$ w++$ tv+ b++ DI D++ 5++ The Tao of math: The numbers you can count are not the real numbers. Life is complex, with real and imaginary parts. "Ok, it boots. Which means it must be bug-free and perfect. " -- Linus Torvalds "People disagree with me. I just ignore them." -- Linus Torvalds -- 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