Xref: utzoo comp.unix.admin:119 comp.unix.shell:164 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!udel!rochester!rit!cci632!cep From: cep@cci632.UUCP ( co-op) Newsgroups: comp.unix.admin,comp.unix.shell Subject: Re: Logging a User Off Message-ID: <39895@cci632.UUCP> Date: 13 Sep 90 16:32:34 GMT References: <1990Sep11.173008.274@mccc.uucp> <1220@tardis.Tymnet.COM> Reply-To: cep@ccird7.UUCP (Christopher E. Piggott, WZ2B) Organization: CCI, Communications Systems Division, Rochester, NY Lines: 16 In article <1220@tardis.Tymnet.COM> jms@tardis.Tymnet.COM (Joe Smith) writes: >I have seen that "stty 0" works on BSD systems, does it work on AT&T? Hehe...under v7 (back when I was a little irresponsible terror) I used to stty 0 > /dev/ttyxx to hang up on people I didn't like. (Don't worry, I have matured; now it's my turn to frown upon such activities). The problem is what it does if you're rlogin'ed or telnetted in -- at least under one of the RIT machines I use, the baud rate has no effect and so stty 0 wouldn't do anything. You're better off with kill -1 $$ or kill -1 0. Chris/WZ2B