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:reply-to:message-id:to:subject :in-reply-to:references:mime-version:content-type :content-transfer-encoding; q=dns; s=default; b=sn6eNzvPQstxr4L9 6Rl11Sn1iNJN4c6yC03URh5o+PREFlEgPKxftKVsfOKJcNcn1uPz+bLywXDWRoZp rA5sksoYKfSwAU/HoPD1kcqKKW2cgtEjcHAcvG9I/jE8OAJn6IWw03VbOW2YBNex imJZxBy/ffO5oiENDWEaYu2E1NQ= 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:reply-to:message-id:to:subject :in-reply-to:references:mime-version:content-type :content-transfer-encoding; s=default; bh=xGoBPBaA+GeSIEpDMf5r3v IIwBM=; b=K+2Va8npkrfOYwyrCddcWsNZClEeC5c5tdm/bVZrHPlfrdvvStaWwA 7pKCQVIKqVyxzyCjrAz17bFcqikqBmz9lEu8YLI3aj1LbZgLRKcdvYl5GyhYHiMu U3UxsFbz7j+/J5eGhb12bsDqkeREDpOthWH8sBfXPmdCwhIXofLiI= 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 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,KAM_THEBAT,RCVD_IN_BL_SPAMCOP_NET,SPF_SOFTFAIL autolearn=no version=3.3.2 X-HELO: smtpback.ht-systems.ru Date: Thu, 20 Feb 2014 21:30:24 +0400 From: Andrey Repin Reply-To: cygwin AT cygwin DOT com Message-ID: <1808331891.20140220213024@yandex.ru> To: Todd Poole , cygwin AT cygwin DOT com Subject: Re: Setup Path In-Reply-To: <530600B8.6050504@mail.com> References: <530600B8 DOT 6050504 AT mail DOT com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Greetings, Todd Poole! > Really new to Cygwin. Is there a way to setup Cygwin so when I got to > terminal to type a command I don't have to enter the complete path as > shown here: > $ cd /cygdrive/c/directory name > Anyway to setup to where I might just enter > $ c/directory name > or something like it? There's a small improvement you can apply in regard to paths length. Check the /etc/fstab file, duplicate the last line, uncomment it and amend to none / cygdrive binary,posix=0,noacl 0 0 Then you will be able to use just "/c" instead of "/cygdrive/c" -- WBR, Andrey Repin (anrdaemon AT yandex DOT ru) 20.02.2014, <21:25> Sorry for my terrible english... -- 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