public inbox for speakup@linux-speakup.org
 help / color / mirror / Atom feed
From: Kenny Hitt <kenny@hittsjunk.net>
To: "Speakup is a screen review system for Linux." <speakup@braille.uwo.ca>
Subject: killing off loged in users wasRe: Sending Text to Synthesizer
Date: Sun, 8 May 2005 10:24:05 -0500	[thread overview]
Message-ID: <20050508152405.GA26589@blackbox> (raw)
In-Reply-To: <6.2.0.14.0.20050508022017.032296e0@mail.talkingirc.com>

Hi.  I'm sure there's more than one way to do it, but try

who

The who command will tell you all the users loged into the system.

Then use

ps aux|grep username

Substitute the user you want to kill for username.  Notice the process
id for everything running as that user and to 

kill -9 pid

Play around and see what happens.  If you take out the bash process for
the user on a specific tty, you will usually kill every other process on
that tty. 
Like I said, play around and see how it will work.  I'm probably not
explaining well, but you will see what I mean by playing.

Hope this helps.
          Kenny
	  
On Sun, May 08, 2005 at 02:21:25AM -0400, ace wrote:
> It worked, thanks.  Someone a while ago told me a command I could type to 
> list all of the ttys logged into the box so I could kill them.  What is 
> it?  Something like ps -auxr|grep ttys but it didn't work.  I think I have 
> a frozen console.  I might end up rebooting <frown>
> 


  reply	other threads:[~ UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
 ace
 ` Kenny Hitt
   ` ace
     ` Kenny Hitt [this message]
       ` killing off loged in users wasRe: " Adam Myrow
         ` Steve Dawes
     ` Steve Holmes

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20050508152405.GA26589@blackbox \
    --to=kenny@hittsjunk.net \
    --cc=speakup@braille.uwo.ca \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).