This information compiled by Andrew Daviel for want of anyone else to do it. Volunteers, please!
mailto:advax@triumf.ca
General
Finding Linux documentation:
- If you want to know what program xyzzy does:
- "xyzzy --help"
- "xyzzy -h"
- "man xyzzy"
- "info xyzzy" or KDE/Gnome helptool
- Look for /usr/doc/xyzzy-version.nn/
- "strace xyzzy"
- "strings `which xyzzy`|less"
- "rpm -qf `which xyzzy`" ; "rpm -qi xyzzy.nn.vv"
- Find /usr/src/redhat/SRPMS/xyzzy.nn.vv.rpm - the source code
- If you want to know how to do abcd:
- Other places to look
Created by
Andrew Daviel
advax@triumf.ca