> I've got a perl script that checks the permissions and creates
> directories. Now I want to rewrite the script in C. I know nothing
> about checking permissions nor creating directories with C. I don't
> even know if it's possible, so if someone does know how to do this or a
> place that might describe the proceedure I would appreciate the
> assistance.

The first place to look for information is the gnu libc documentation
from the glibcdoc.  If you installed this package and the info package,
just say

info libc

and you will find a very readable and extensive account of things you
need to know for programming C in unix.  For your particular question
you would go to the "File System Interface" section.  The advantage of
this document is that things are discussed by subject, and not just per
function.  If you read this, you could extend your knowledge by reading
the faq of comp.unix.programmer.  If you read and understood all that,
you could probably go to the comp.unix.programmer newsgroup and start
answering questions there :)

HTH,
Eric

-- 
Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null



-- 
 E.L. Meijer ([EMAIL PROTECTED])
 Eindhoven Univ. of Technology
 Lab. for Catalysis and Inorg. Chem. (SKA)

Reply via email to