Remove extra virtual terminals

Virtual terminals are a good tool to have—they offer a last-ditch escape to command line for a chance to fix things in a crashing system. But many Linux systems come with six of them enabled, which isn’t usually necessary. You can usually disable five of them with few consequences. If you’re using Gutsy, open a terminal and type in the following commands:

cd /etc/event.d
sudo mv tty3 tty3.bak
sudo mv tty4 tty4.bak

… and so on, through the tty6 file. If you’re still on Feisty or other Linux distros, you’ll likely have to edit the file in /etc/inittab and add a # character in front of the lines ending with tty3, tty4 and the like.

g33kadmin

I am a g33k, Linux blogger, developer, student and Tech Writer for Liquidweb.com/kb. My passion for all things tech drives my hunt for all the coolz. I often need a vacation after I get back from vacation....

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.