These are setup in /etc/inittab with lines like:
Code:
1:2345:respawn:/sbin/mingetty tty1
2:2345:respawn:/sbin/mingetty tty2
3:2345:respawn:/sbin/mingetty tty3
4:2345:respawn:/sbin/mingetty tty4
5:2345:respawn:/sbin/mingetty tty5
6:2345:respawn:/sbin/mingetty tty6
These are equivalent to ctrl-alt-F1, ...F2, ...F3 etc...
Note that ctrl-atl-F7 is where the GUI login is rather than character logins like the above.
You can add additional character login screens by doing the following:
1) Save a copy of /etc/inittab (e.g. cp -p /etc/inittan /etc/inittab.20091117) for backout.
2) Modify /etc/inittab and add a line like:
8:2345:respawn:/sbin/mingetty tty8
3) Exit /etc/inittab and type "init q" to make it reread the inittab.
At that point ctrl-alt-F8 should work like ctrl-alt-F6 and the others.
You can repeat that for other function keys - just be sure NOT to do it for 7 as that is the GUI login as I mentioned above.
Also always remember on the GUI login you can open multiple terminals so using the character login may not be necessary depending on your purpose.