Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <39911470.C48C304C@cygnus.com> Date: Wed, 09 Aug 2000 10:21:04 +0200 From: Corinna Vinschen X-Mailer: Mozilla 4.73 [en] (X11; I; Linux 2.2.14-SMP i686) X-Accept-Language: de, en MIME-Version: 1.0 To: Ralf Fassel CC: norbert DOT bladt AT usa DOT net, cygwin AT sourceware DOT cygnus DOT com Subject: Re: cygwin-1.1.4: problems with remote commands References: <20000809063835 DOT 13290 DOT qmail AT nwcst289 DOT netaddress DOT usa DOT net> <14737 DOT 2200 DOT 380459 DOT 958344 AT jupiter DOT akutech DOT de> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Ralf Fassel wrote: > > * norbert DOT bladt AT usa DOT net > | > % ssh nt-host ls > | This works for me. > | Either you > | - are using the ls from the Resource Kit or > > Duh! > > % ssh nt-host /bin/ls > > works as advertised. I was picking up the `ls' (and other UNIX tools) > from the NutCracker Suite, since I chose to _append_ /usr/bin to PATH > for testing purposes. Hmmm. Maybe I should _prepend_ > /cygdrive/c/usr/bin to PATH, since the other shells won't find > anything there. I want to make sure not to disturb other shells when > adding cygwin to PATH... Personally I have only the Cygwin bin path which points to the base package (including cygwin1.dll!) in my system environment as last entry: PATH="...:D:\Cygwin\bin" In my global profiles (bash: /etc/profile, tcsh: /etc/csh.login) I set PATH so that it contains all my important bin paths at the beginning: export PATH="/usr/local/bin:/usr/bin:/bin:$PATH" or set path = ( /usr/local/bin /usr/bin /bin $path ) I have good experiences with that strategy. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Developer mailto:cygwin AT sources DOT redhat DOT com Red Hat, Inc. mailto:vinschen AT cygnus DOT com -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com