Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 07 Dec 2005 12:26:37 +0100
From:      =?ISO-8859-1?Q?Bj=F6rn_K=F6nig?= <bkoenig@cs.tu-berlin.de>
To:        spen <renas13@yahoo.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: killing freezed tty's
Message-ID:  <4396C6ED.1080201@cs.tu-berlin.de>
In-Reply-To: <20051206162832.42345.qmail@web31114.mail.mud.yahoo.com>
References:  <20051206162832.42345.qmail@web31114.mail.mud.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
spen schrieb:
>  hello all, 
>   I am new to fbsd world and I have a question about how to kill a ttyv_ that has freezed.
>   I tried to ps -aux and did not see any PID that could relate to ttyv1.  
>   When I am via ssh I can kill the proccess of ssh.
>   thank you and sorry if the question seems stupid.

You get information about processes that use tty devices by using fstat, 
e.g. 'fstat /dev/ttyv1'.

Björn



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4396C6ED.1080201>