hey all I am wondering if I can open a shell or new terminal thing from within the terminal in a unix/linux enviroment. Particularly a commandline only one where there is no GUI. Is this doable? how do I do it?
|
Run There's also |
|||
|
|
|
You can do this in zsh by running You should be able to do something similar in bash using But GNU screen or tmux would be easier. |
|||||
|
|
By default there are multiple virtual consoles you can change between in Linux, usually by pressing Alt + one of the function keys, usually F1 through F7. The number of consoles available depends on how the NR_CONSOLES directive was set when your kernel was compiled, it may vary depending on distribution. If you'd like to fork another shell, simply run the binary, e.g.: If you are using a desktop environment and running terminal windows, you can usually map keys to launch more terminal windows from the environment. I know GNOME and KDE have this ability. You can switch between graphical windows with ALT+TAB. If you tell us your use case scenario we can probably find a more suitable solution. |
|||
|
|