How can I access XAMPP/Lampp folder via Terminal on Mac

前端 未结 7 986
小蘑菇
小蘑菇 2021-02-09 18:50

I recently started using XAMPP on Mac and it installed the \"lampp\" folder under \"Shared\" and showing as an IP address in Finder. So I can access the files via Finder but I\'

7条回答
  •  自闭症患者
    2021-02-09 19:08

    In case you do not remember the path of the "htdocs" folder, you could type ls -a (ls stands for list) and see even hidden folders and files.

    ".bitnami" is one of those (inside the user folder) and then follow the path down to "htdocs".

    All the other folders, already pointed out by @uriplata in the above answer, are visible simply using the command ls each time you change folder (with command "cd").

提交回复
热议问题