In searching for a way to see the messages on my machine's console (the tty I get when hitting Ctrl+Alt+F7) from a shell, it was suggested to me that /dev/vcs7 was the appropriate place to look. This seems to work for tty's 1-6 - I can cat /dev/vcs1 and see the login prompt for the unused tty's. However, my system has no /dev/vcs7. There are /dev/vcs and /dev/vcsa for numbers 1-8, plus an unnumbered vcs(a), but no vcs(a)7.
Is this by design? If not, how can I fix it?
I'm running Linux Mint 17.2, btw.