OESF Portables Forum

General Forums => General Discussion => Topic started by: TJRCHKA on April 14, 2004, 07:34:27 am

Title: New Zaurus user. new to Linux completely...terminal question
Post by: TJRCHKA on April 14, 2004, 07:34:27 am
I have been trying to figure the terminal out, I have OS X. I play with it a little but again don\'t really know what i\'m doing. At least for the Zaurus, does anyone know any basic commands, any settings that are required? Like no spaces or something like web addresses? I\'m doing my best here learning more and more each day, but it would be appreciated if someone could shed some light. I have .tar files, I don\'t know how to untar them, or even if im suppose to untar them. Question is an ipk file like an auto-run installation package?

thanks in advance.

TJ :wink:
Title: New Zaurus user. new to Linux completely...terminal question
Post by: tapjpa on April 14, 2004, 07:42:22 am
I would strongly recommend getting a couple books to get the info your looking for.
A couple of my favorites are \"Linux in a Nutshell\" or \"Running Linux\" both are put out by O\'Reilly.
Title: New Zaurus user. new to Linux completely...terminal question
Post by: jabbath on April 14, 2004, 08:00:33 am
Hi!
For \"some\" linux information look at tldp.org (http://www.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
Title: New Zaurus user. new to Linux completely...terminal question
Post by: Stubear on April 14, 2004, 09:38:50 am
My all time favorite linux newbie resource is rute (http://www.icon.co.za/~psheer/book/index.html.gz)

Not all of it applies directly to the zaurus, but if you read all this and set up a linux machine yourself, then using the Z will be a piece of cake

Stu
Title: New Zaurus user. new to Linux completely...terminal question
Post by: Anonymous on April 15, 2004, 02:31:03 am
thanks everyone for the info going to try it all

TJ