I am not able to connect to VM through neither ftp client nor with ssh.
The laravel project has been hosted in Linux server with OS CentOS 7. I was trying to change owner for storage folder with the command:
sudo chown -R apache:apache /var/www/project-name/storage/*
But unfortunately I happened to press enter button after the first / as shown below.
sudo chown -R apache:apache /
May be that changed the owner of all the files to apache. And now I am not able to login to the server.
Please Help me Out PLEASE!!