:: [DNG] inittab question
トップ ページ
このメッセージを削除
このメッセージに返信
著者: emninger
日付:  
To: dng
題目: [DNG] inittab question
Hi!

Dealing with a login (manager) problem, i looked into my /etc/inittab
and i found this:

---
# Note that on most Debian systems tty7 is used by the X Window System,
# so if you want to add more getty's go ahead but skip tty7 if you run
X. #
1:2345:respawn:/sbin/getty 38400 tty1
2:23:respawn:/sbin/getty 38400 tty2
3:23:respawn:/sbin/getty 38400 tty3
4:23:respawn:/sbin/getty 38400 tty4
5:23:respawn:/sbin/getty 38400 tty5
6:23:respawn:/sbin/getty 38400 tty6
---

Is that correct?

I'd have expected any line to be:

---
1:12345:respawn:/sbin/getty 38400 tty1
2:12345:respawn:/sbin/getty 38400 tty2
...
---

Thanks in advance for any pointer!