-1

I am using Ubuntu server 16.04 LTS in MacOS device through VirtualBox.

How can I open more than one terminal and navigate through them?

I already came across a similar question asked here but it didn't work with me. I believe it is because I am running the Ubuntu server from mac in VirtualBox.

2 Answers2

0

Install byobu with sudo apt-get install byobu and use it. It is more user-friendly, than screen.

N0rbert
  • 99,918
-1

You're looking for a terminal multiplexer. A couple of popular ones are tmux and screen. Here's a quick introduction to tmux: https://hackernoon.com/a-gentle-introduction-to-tmux-8d784c404340

Huemac
  • 59
  • @derHugo: The gist of the answer, albeit short, is in the first two sentences. As I understand it the link is just a suggestion on how to get started with one of the previously recommended tools and not essential to the answer. – David Foerster Dec 08 '17 at 11:26