PDA

View Full Version : Cd/?


haxer
September 9th, 2006, 07:03 PM
Hello i have downloaded something a file to a game and the guide on the internet tels me to use it in "terminal" then i should type in CD/downloaded directory/ ... but i have saved it to the desktop which is my downloaded directory then? im in oem mode now have been for a while if thats any help :S

HAARP
September 9th, 2006, 07:47 PM
/home/*user*/Desktop

haxer
September 9th, 2006, 08:22 PM
home/*user*/desktop? deosnt work please help im a noob i edmit it :)

Omnios
September 9th, 2006, 08:24 PM
home/*user*/desktop? deosnt work please help im a noob i edmit it :)

I think he ment cd /home/ " your user name " /desktop

You might also want to read this threaed and the links others have posted here on how to install software in Linux.
http://ubuntuforums.org/showthread.php?t=171822

fatsheep
September 9th, 2006, 10:12 PM
This command will bring you to your desktop regardless of username:


cd ~/Desktop


Oh and here's possibly the best guide for installing software in Ubuntu:

http://monkeyblog.org/ubuntu/installing/

haxer
September 10th, 2006, 03:02 AM
"terminal"

cd ~/dekstop
bash-: cd: /home/oem/desktop: no such file or directory?

why the f*ck?

haxer
September 10th, 2006, 03:06 AM
And i think the current helping is in how to cd to a directory?

v6ikek6rbes
September 10th, 2006, 03:08 AM
type in terminal

cd /home/yourusername/desktop

oedipuss
September 10th, 2006, 03:34 AM
also keep in mind that "desktop" and "Desktop" are considered two different words in linux. Files and directories are case sensitive.
Therefore, if your user name is "oem" , your desktop would be at /home/oem/Desktop
The tilde '~' is like an abbreviation for /home/username for the current user.

3rdalbum
September 10th, 2006, 09:30 AM
"terminal"

cd ~/dekstop
bash-: cd: /home/oem/desktop: no such file or directory?

why the f*ck?

I too am wondering why, when you asked to change to a directory called "dekstop", Bash knew you wanted "desktop" :-P

It's case-sensitive: cd ~/Desktop will do it.

haxer
September 10th, 2006, 11:17 AM
Thanks guys and girls :) really helpful :P