I am working on a PHP Project in Google Cloud. I am almost done with my project but I have to execute a command using my PHP script in Google Cloud.
Let suppose I want to view files
<?php exec('ls') ?>
Is there is any way to run commands in Google Cloud ??