PDA

View Full Version : [ubuntu] Terminal state: problems!



mimic-q
June 28th, 2009, 09:35 PM
Hey! I'm a beginer, no nerd, but into linux and ubuntu. Question: What are the basic terminal comands? Specificly: How to navigate from the me@me-desktop to desktop?

boof1988
June 28th, 2009, 09:40 PM
Hey! I'm a beginer, no nerd, but into linux and ubuntu. Question: What are the basic terminal comands? Specificly: How to navigate from the me@me-desktop to desktop?

Have a look at the following website.

http://linuxcommand.org/

And the following UbuntuForums post has a link to a good Ubuntu pocket-guide (http://www.ubuntupocketguide.com/index_main.html).

http://ubuntuforums.org/showpost.php?p=6626411&postcount=1

If you are just looking for the command to change to your "Desktop" directory, open up a Terminal and use...

cd Desktop

Also see (to read the man-pages for cd)...

man cd