Use the command "apropos" to find a system call to do something. <BR>e.g. "apropos file" will give you a list of manpages related to file commands.<P>2. Then use "man <systemcall>" to get the specific ...