use 3 back ticks like so
```
on the lines before and after the text.
I expected to see an out put like so
pi@raspberrypi:~ $ ls -la /var/lib/php*
/var/lib/phpfina:
total 8
drwxr-xr-x 2 www-data root 4096 Sep 25 11:13 .
drwxr-xr-x 5 www-data root 4096 Sep 25 11:13 ..
/var/lib/phpfiwa:
total 8
drwxr-xr-x 2 www-data root 4096 Sep 25 11:13 .
drwxr-xr-x 5 www-data root 4096 Sep 25 11:13 ..
/var/lib/phptimeseries:
total 8
drwxr-xr-x 2 www-data root 4096 Sep 25 11:13 .
drwxr-xr-x 5 www-data root 4096 Sep 25 11:13 ..
where are your data folders supposed to be? what are the paths set in /var/www/emoncms/settings.php eg
https://github.com/emoncms/emoncms/blob/master/default.settings.php#L57-L64
[EDIT}
Ahhh! ok problem solved, they are in a different location on an emonPi
So the command should actually be
ls -la /home/pi/data/php*
we’ll get there eventually perhaps…