Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 Date: Fri, 29 Apr 2005 14:47:02 +0200 From: maggi DOT alvermann AT arcor DOT de Reply-To: maggi DOT alvermann AT arcor DOT de Message-ID: <16827469046.20050429144702@arcor.de> To: cygwin AT cygwin DOT com Subject: Re: Basic test X-Sender: maggi DOT alvermann AT arcor DOT de MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes René Berber wrote: >> I have installed cygwin, and I am able to launch the console with >> the promt bash2.05b$ But when entering ls or other comands, I get >> always bash-2.05b$ ls >> bash: ls: command not found > That's strange, I think the command ls comes in the > coreutils package and that is one of the default installed > packages... so, unless you unselected it it, you should have it. > Try: > cygcheck -c coreutils There is no result. I found http://cygwin.com/faq/faq_3.html#SEC34 How should I set my PATH? This is done for you in the file /etc/profile, which is sourced by bash when you start it from the Desktop or Start Menu shortcut, created by setup.exe. The line is check your PATH In \cygwin\etc\ there is no file \etc\path There is only a directory \etc\profile.d with "sh" and "csh" files for ms, openssh and 00org-x11base. There is in \etc\cygwin\defaults\etc a file profile with PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:$PATH export PATH That looks like I have to launch a X11 comand line. I am interested in using X11, so how may I start it? Thanks, Maggi -- 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/