thank you Björn that worked  :-)

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
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to