The Entry Point to the VPS File System via SSH
Let's see which folder of the server's file system we land in when connecting to it via SSH. To do this, execute the following command:
pwd
Let's check which folders and files are contained in the entry point folder:
ls -a
Execute the described commands and explore the location in the file system that you land in by default upon connection.