X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-1.1 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Message-ID: <358785.53873.qm@web25505.mail.ukl.yahoo.com> Date: Wed, 22 Sep 2010 13:26:11 +0000 (GMT) From: Marco Atzeri Subject: R: /dev/ttys* under cygwin problem To: "cygwin AT cygwin DOT com" In-Reply-To: <8CCC8F85C5F2784387A32FAD835FB4E602F21573F3@server03> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes 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 Note-from-DJ: This may be spam --- Mer 22/9/10, DEWI - N. Zacharias ha scritto: >=20 > Hi all, >=20 > as mentinoned in http://cygwin.com/cygwin-ug-net/using-cygwinenv.html i > have set CGWIN to tty . > But there are no tty devices under /dev. >=20 > $ echo $CYGWIN > tty >=20 > So what is wrong ?? >=20 > Have a nice time > Norbert >=20 >=20 the TTY is not really needed anymore, see hand of the paragraph "It should not be set when using other terminals (i.e., mintty or xterm). " About the other question, the /dev directory is a bit unusal, as it is populated by element that are usually not visible with $ls /dev see POSIX name on http://www.cygwin.com/cygwin-ug-net/using-specialnames.htm try $ ls -l /dev/tty crw--w--w- 1 xxx xxxxxxxx 5, 0 2010-09-22 15:21 /dev/tty $ ls -l /dev/tty1 and so on. Marco -- 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