alright so heres the deal im trying to install source code from this program that i want and when i went and found a how to the first thing they told me to do was use cd dir(name) command im assuming that (name) is the file that i want to unpack so heres what i type cd dir/home/accessdennied/dls/minion-0.15 i press enter and i get this famous line here bash: cd: dir/home/accessdennied/dls/minion-0.15: no such file or directory is there any one that can give me a hand on this and possibly give a more thorough explanation on how to install
heres the link to the how-to i visited
http://www.tuxfiles.org/linuxhelp/softinstall.html
cd dir(name) no such file or directory
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Please stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions prefer the other forums within the support section.
Before you post please read how to get help
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Please stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions prefer the other forums within the support section.
Before you post please read how to get help
-
- Level 1
- Posts: 21
- Joined: Wed Jul 17, 2013 8:42 am
Re: cd dir(name) no such file or directory
Did you downloaded the file to your Download folder?
When you open the terminal you're already in your home folder. When you type:you will see all the folders in your home folder.
So, my best guess is, if your file been downloaded to your Download folder, you should type:
When you open the terminal you're already in your home folder. When you type:
Code: Select all
ls
So, my best guess is, if your file been downloaded to your Download folder, you should type:
Code: Select all
cd Downloads