Absolute path to web
If you need run some shell script, you need to put to snackhost dashboard absolute path to script. You can use php code
<?php
$path = getcwd();
echo "Absolute path to web is: ";
echo $path;
?>
Save it as path.php on your ftp and open in your browser, you will see what you need