Issue: While typing the following command: cd..
cd..
you are getting the following error:
cd..: command not found
The solution is to add an extra space after cd i.e the correct command is:
cd ..
This will fix the cd..: command not found issue.
Issue: While typing the following command: cd..
cd..
you are getting the following error:
cd..: command not found
The solution is to add an extra space after cd i.e the correct command is:
cd ..
This will fix the cd..: command not found issue.