OESF Portables Forum

Everything Else => Zaurus Distro Support and Discussion => Distros, Development, and Model Specific Forums => Archived Forums => Sharp ROMs => Topic started by: guscpu on April 14, 2008, 12:09:48 pm

Title: Man Pages
Post by: guscpu on April 14, 2008, 12:09:48 pm
Could someone give me some pointers on how i find and install the man pages for my Z as I am learning commands from the CLI and it would really help to have this resource online.

Many thanks
Gus
Title: Man Pages
Post by: Jon_J on April 14, 2008, 12:19:14 pm
You'll have to search for man pages. Most packages have had the man pages stripped out to save space.
I don't use them myself, but there are several discussions about man pages here on the forum. If you search for the packagename with "man" you may find the man pages for that particular package.
If it is a regular Linux package, you can find man pages on the net.
Sharp proprietary packages should have a user manual somewhere. Look in the SL 6000 general forum for those. I posted the PDF user manuals for the SL-6000 software, which is very similar or the same as other models software.
For commandline commands man files, you can find them on the net also.
Title: Man Pages
Post by: Jon_J on April 14, 2008, 12:27:12 pm
If you haven't done so already, locate Meanie by username on this forum and then download his zbook3k.pdf
It is the "bible" of the zaurus and is chock full of very useful info and tips.
Title: Man Pages
Post by: sdjf on April 17, 2008, 04:56:17 am
Are you needing to browse man pages or to get man info for specific commands you're learning?

If the commands you are learning are in BusyBox on your Z, they are usually stripped down versions.

To see if they are full kernel versions or BusyBox versions, enter (putting the commandname of interest where I typed COMMAND):

which COMMAND | xargs ls -l

It'll either give a binary size or show a symlink to busybox.

sdjf
Title: Man Pages
Post by: sdjf on April 17, 2008, 05:06:08 am
Oh, I also found man pages to be incredibly difficult to learn anything from, and prefer reading command line tutorials, using man pages for reference only.

Which ROM are you doing this on?  Is it bash?

You may want to check out my Linux newbie page:

http://sdjf.esmartdesign.com/new.html (http://sdjf.esmartdesign.com/new.html)

There's a nice beginner's command write up at:

http://freeengineer.org/learnUNIXin10minutes.html (http://freeengineer.org/learnUNIXin10minutes.html)

Not exactly man pages, but much more user friendly.

sdjf