PDA

View Full Version : cd command help / no such file or directory



anon_j1
2022-04-28, 09:32
hi im trying to install a git hub tool and once i do clone the link then us cd the name of tool it shows up as no such file or directory

Fred Sheehan
2022-06-26, 16:31
a github tool could be something that can interact with github repositories, or do you mean an actual github repo containing a tool you want to install..?

Trihexagonal
2022-07-24, 08:58
hi im trying to install a git hub tool and once i do clone the link then us cd the name of tool it shows up as no such file or directory

You don't use the Change Directory command using the the name of the tool, you cd to the name of the Directory.
For example::


cd /home/jitte/Downloads
Now you're in the Downloads Directory


cd /
Now you're back in the home Directory.