How to open new Terminal using Bash Command

Let's take a look at how to open a new Terminal using the Bash command based on your device type.


On macOS

open -a Terminal.app

If you are using iTerm Terminal.

open -a iTerm.app

You can also make use of keyboard shortcut Command + N to open a new Terminal.

Open New Terminal Bash

On Ubuntu

gnome-terminal

Other Linux Distributions

    GNOME

    gnome-terminal

    Konsole

     konsole

    Xfce Terminal

    xfce4-terminal

    Terminator

    terminator 

    Most common other Terminals

    xterm

    Comments & Discussion

    Facing issues? Have questions? Post them here! We're happy to help!