Is used for changing directory in Linux as it is in Windows.
The Desktop folder is part of your profile, so you would want to issue:
Code:
cd /home/username/Desktop/
If you then type:
You should get a directory listing (ls on its own will list the directory contents, but -la will give you a nicely formatted output).
While you're typing commands if you hit 'tab' it will autocomplete, so to save time you could do:
Code:
cd /ho[tab]/user[tab]/De[tab]/
.....and save yourself some keystrokes