On Fri, Jul 17, 2009 at 1:33 PM, John Matthews<jake...@sky.com> wrote: > the $pwd commands shows the directory, then it says if you want to > change the directory, it tells you to use $cd /usr/then directory you
Hmmm... typing "pwd" will show the current directory. The "$" is the command prompt, it is not part of the command. So, for instance you type... pwd and it says "/home/jakewc2" you then type "ls" and it says fred george bob install.txt Now, if you want to get to the files in "george" you simply type "cd george" and then "ls" and you find out what's in george. To go back up again type "cd .." (.. means the level higher than you are at present) "ls -F | grep /" is a good command too, as it only shows the directories and leaves out the files. Sean -- ubuntu-uk@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk https://wiki.ubuntu.com/UKTeam/