I know this is a very naive question.
I was reading somewhere that Linux allows 7 xterm's. However, I can start more than 7 terminal apps from my Ubuntu system (Application -> Accessories -> Terminal).
There is definetely a hole in my knowledge... will help if someone helped me understand the difference between an xterm and the Terminal application in a Linux distribution such as Ubuntu.
Update
Thanks for the help. I understand this better now. Just summarizing for my own clarity and for others who may come here looking for similar info. Please correct me if this is wrong.
- When we do Ctrl-Alt-F1, we get a pure "console terminal" which gives us a terminal without the X windowing system. On most systems, we have 6 of these from F1 - F6.
- An xterm is a terminal emulator running on top of the X server. So perhaps if we have an X server running without a windowing manager such as Gnome, then we would get an xterm
- Gnome terminal is the command prompt we get when we open the Terminal application from within Gnome.