How can I open a new terminal window from a terminal in linux?

link|improve this question

25% accept rate
3  
Not a programming question, voting for move to superuser.com. – unwind Nov 26 '10 at 8:56
For future reference, you can also ask Ubuntu related Q's on askubuntu.com, or *nix related on unix.stackexchange.com – wez Nov 26 '10 at 9:02
feedback

migrated from stackoverflow.com Nov 27 '10 at 1:07

This question came from our site for professional and enthusiast programmers.

4 Answers

That's system specific. On KDE, just type konsole. On Gnome, it's gnome-terminal. What should work on nearly every x system is xterm. Or just call $TERM (environnement variable).

link|improve this answer
feedback

I think what you want is:

CTRL + SHIFT + T    -> new tab

or

CTRL + SHIFT + N    -> new terminal
link|improve this answer
feedback

Press ALT + F2, then type-in gnome-terminal or xterm and Enter.

link|improve this answer
feedback

If you just have command line access (via ssh, for example), you should research screen.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.