Project Folder on VPS via SSH
In the Ubuntu operating system,
it is customary to place website projects
in the var/www folder. Let's
create it.
First, let's navigate to the var folder:
cd /var/
Let's create the www folder inside it:
mkdir www
Let's check that the folder has been created:
ls
Create the described folder
var/www.