LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Spawn new terminal from current terminal? (https://www.linuxquestions.org/questions/linux-general-1/spawn-new-terminal-from-current-terminal-572872/)

Geminias 07-27-2007 08:49 PM

Spawn new terminal from current terminal?
 
Title kinda says it all. I'm wondering about a way to make a new terminal instance to type new commands into. I like multiple shells (one for each directory i am working in). Currently I use gnome to make a new terminal instance.

binary_pearl 07-27-2007 08:59 PM

You could try typing in one of the following commands:
gnome-terminal &
xterm &
konsole &

The '&' will put the command in the background, freeing up the command line. If you don't include the '&', you won't be able to type in anything in the original terminal until the new terminal is closed.

--Shaun

Geminias 07-27-2007 09:11 PM

excellent, thanks. I gave "gnome-terminal &" a single character alias and it is pretty handy this way.

But, if I were interested in setting a hotkey that would instantly spawn a shell. Where might I look?

binary_pearl 07-27-2007 09:16 PM

I have never created hotkeys in Gnome before but check out this site:
http://www.captain.at/howto-gnome-cu...d-shortcut.php

--Shaun

Hangdog42 07-28-2007 07:11 AM

You also might want to check out the screen command which allows you to make virtual consoles. What is great about screen is that you can establish the screen sessions you need, disconnect from them, and then reconnect from a completely different terminal. Kind of like VNC for the console crowd. There is a nice summary of screen commands here.


All times are GMT -5. The time now is 10:43 PM.