delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
From: | "Dave Korn" <dk AT artimi DOT com> |
To: | <cygwin AT cygwin DOT com> |
Subject: | RE: Problem in executing the command |
Date: | Wed, 28 Apr 2004 10:32:52 +0100 |
MIME-Version: | 1.0 |
In-Reply-To: | <OF05DF9B52.F1168B41-ON86256E83.00746BE6@dynegy.com> |
Message-ID: | <NUTMEGKvgzK3PGBKKjB00000076@NUTMEG.CAM.ARTIMI.COM> |
X-OriginalArrivalTime: | 28 Apr 2004 09:32:52.0171 (UTC) FILETIME=[C71991B0:01C42D03] |
> -----Original Message----- > From: cygwin-owner On Behalf Of Vikram.Narayan > Sent: 27 April 2004 22:26 > I have installed the freeware of cygwin unix ware ... but the > problem is > what ever command i try to execute it is giving > "bash: who: command not found" ... only the pwd command i can > execute in > that ... i'm in the /usr/bin directory. Unix/posix/linux shells don't usually include the current directory in the path automatically, so being in /usr/bin doesn't make any difference; it only depends whether /usr/bin or . is in your $PATH setting. However, while you are in /usr/bin, you can always execute commands by supplying the path of the current directory as path of the command, e.g. ./who ./uname -a etc, etc. > Will plz guide me to come out of this problem. > Rgds, > vikram narayan Jp Follow the instructions here: > Problem reports: http://cygwin.com/problems.html In particular this bit: " Run cygcheck -s -v -r > cygcheck.out and include that file as an attachment in your report. Please do not compress the output. Just attach it as a straight text file so that it can be easily viewed. " In your case, since something's wrong, you may need to be in /usr/bin and type ./cygcheck -s -v -r > cygcheck.out cheers, DaveK -- Can't think of a witty .sigline today.... -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |