-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
  • 103,263
-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