Path: utzoo!utgpu!water!watmath!clyde!rutgers!sri-unix!quintus!sun!pitstop!sundc!seismo!uunet!mcvax!unido!mikros!stefan From: stefan@mikros.UUCP (Stefan Stapelberg) Newsgroups: comp.unix.questions Subject: Re: Fun with ignoreeof Message-ID: <134@mikros.UUCP> Date: 10 Feb 88 21:09:38 GMT References: <2248@tekcrl.TEK.COM> <178@uport.UUCP> Reply-To: stefan@mikros.UUCP (Stefan Stapelberg) Organization: MIKROS Systemware, Lohr/W-Germany Lines: 15 Posted: Wed Feb 10 22:09:38 1988 In article <178@uport.UUCP> jmsully@uport.UUCP (John M. Sully) writes: >In article <2248@tekcrl.TEK.COM> eirik@crl.TEK.COM (Eirik Fuller) writes: >|I have the following two lines in .cshrc: >|alias exit 'echo "Use ^D to exit"' >|alias logout 'echo "Use ^D to logout"' >|How do I logout? > >stty 0 will log you out. kill -9 0 is sure too (stty 0 does not work on my machine) Some systems allow /bin/login to be executed, but this works only if the shell execs (!) the login program. My sh do so, my csh not.