ttyv* unkillable

For example:
Code:
 2453  v2  Is+    0:00.00 /usr/libexec/getty Pc ttyv2
Now I want to kill it:
Code:
kill 2453
It simply reappears
Code:
27873  v2  Ss+    0:00.00 /usr/libexec/getty Pc ttyv2
Is init doing this?
How can I kill it, until next boot.
 
Yes I had a look and don't want to edit it.
Just to kill it once in multi user mode and to stay killed until reboot.
 
It will only stay killed if you edit /etc/ttys, turn off ttyv2 and send a SIGHUP to init(8).
 
SirDice said:
It will only stay killed if you edit /etc/ttys, turn off ttyv2 and send a SIGHUP to init(8).
No, no. That is a little bit of a permanent kill. After reboot it stays killed/down.
However, is there something I can send to init, so it would kill it and not respawn it?
Would this help:
Code:
# Drop into SUM
shutdown now
Then killing it? I'm at faculty so can't test it now.
 
Back
Top