Ubuntu – How to Open terminal and Embed Terminal To Nautilus File Browser

command linenautilus

Never thought I might have to ask THIS, but this is my first linux installation, and I can't find the Terminal. How do I open it?

And is there any way to open the bash from the file explorer, starting with the file explorer's path as working path?

Thank you,
Simon L.

Best Answer

The way I do it is to install the nautilus-open-terminal package, (and then restart nautilus):

sudo apt-get install nautilus-open-terminal
killall nautilus

Then you can right click on a folder, or in empty space and you will have the option to "Open in Terminal". If you select that option a new terminal will be opened with the working directory set to that folder.

nautilus screenshot