Indeed, if you put /Desktop, the shell asume that your pointing to a folder that is actually in the main root folder and that's not correct
Supposing that you have an account named zgumby85, then, to enter the desktop in console, you will have to type
Code:
cd /home/zgumby85/Desktop
Also, as pete123 mentioned above, the shell is Case sensitive, this means that "
Desktop" is not the same as "
desktop"
Reegards
Bye