PDA

View Full Version : loading drivers


garying
06-04-03, 05:25 PM
can any one explain what is ment by "change cd directoriesto whare you put file "what does" cd' mean whenever i try to load a file nothing seems to happen
come on some one help a newbee out i realy want to learn:confused:

bladerunner.cz
06-05-03, 03:55 AM
cd is internal command for changing directories, what means something like browsing dirs by manualy typing cd with expressions

maybe you should look for some help in linux books

cd / - changes to root dir
cd .. - changes to previous dir
cd whatever - changes to whatever dir
you can also combine those like
cd /whatever - changes to whatever where whatever is in root dir
cd ../whatever - changes to whatever where whatever is one level up
cd ../../../../whatever - ...