Page 1 of 1

Navigating in guest folder before running application

Posted: 1. Dec 2017, 14:05
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?