Results 1 to 6 of 6
i am trying to work out how to set up a program i have downloaded following the post in the trutorial section but whenever i get to the mkdir/home/user/src command ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-26-2008 #1Just Joined!
- Join Date
- Dec 2008
- Posts
- 4
problems with the mkdir command
i am trying to work out how to set up a program i have downloaded following the post in the trutorial section but whenever i get to the mkdir/home/user/src command it gust sends me toa google search.
i know i must be making some sort of stupid mistake but for the life of me i cant work out what, can anybody help me please?
thanks
- 12-26-2008 #2Linux Guru
- Join Date
- Oct 2007
- Location
- Tucson AZ
- Posts
- 2,514
The above command would create a directory in the /home/user/ directory named "src", is that what you intend? You need a space after mkdir, before /home, unless that's just a typo?mkdir/home/user/src
- 12-26-2008 #3Just Joined!
- Join Date
- Dec 2008
- Posts
- 4
i have also tryed that, tryed puting a / before the mkdir
i have tryed all sorts of things but i just cant work it out
- 12-26-2008 #4forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,733
Welcome to the forums!

You are inserting the actual user_name into the correct place within the command, correct?
Also, be sure that you are running the command from within a terminal.Code:mkdir /home/user_name/src
oz
- 12-29-2008 #5Just Joined!
- Join Date
- Dec 2008
- Posts
- 4
- 12-30-2008 #6forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,733
I just wasn't sure how you were going about trying to run the command, hence my suggestion regarding the terminal.
In Gnome, it's called Terminal.
In KDE, it's called Konsole.
You should be able to find it in your applications menu, or perhaps there is an icon for starting it on the panel of your desktop environment.
Otherwise, you can also run commands from a virtual console, outside of the graphical environment.oz


Reply With Quote

