Navigating in guest folder before running application

Discussions about using Linux guests in VirtualBox.
Post Reply
CaioFattori
Posts: 1
Joined: 1. Dec 2017, 14:03

Navigating in guest folder before running application

Post by CaioFattori »

I have a VM in virtualbox and I wanna start one of its application. However, this application requires that it be executed inside its own folder, i.e., if I would run the application from guess shell, I would execute:

Code: Select all

cd /home/user/path/to/folder

./run_application ARG0 ARG1
How can I make the same process from host shell without creating a script in guess?
Post Reply