Hi!
For \"some\" linux information look at
tldp.org! There you\'ll find Howtos
For some very basic information:
(Sorry if you\'re not THAT new to linux):
cd - go to a directory (.. = parent directory ; . = current directory)
ls - list files (content of directories etc)
mv - move files (mv FILE1 FILE2 = move file1 to file2)
cp - same as mv, but file1 isn\'t deleted
rm - remove file(s)
for most commands you can add the \"--help\" parameter, it shows you the program-help. example: mv --help
grusz, jabbath