php - XAMPP installation issue on mac // bitnami-first-boot-123456

Solution:

You are in the home directory (illustrated by the ~ sign), they are in the root. Try

cd /
ls

Answer

Solution:

Changing the directory to / using cd / works. Then you can work your way through using ls commands.

Source