Hello. I have my own server. We need to start a web socket, for a start, did cd ../ but gives an error that such a directory does not exist. After that I drove

cd var/www/www-root/data/www/reallot.kz/application/third_party ws_service.js pm2 star 

And it worked fine, but pishit everywhere can not find the directory Printskrin attached

enter image description here

  • Why a dot instead of a space? Try cd / - Slava

1 answer 1

Space after cd :

 cd .. 

or

 cd / 

it is not clear what you specifically want, but some of this is obvious.