Looking for resources: like C doc for reading files and their attributes? (On Linux)
listed in answer
ANSWER:
Well-linked one is e.g. GNU libc documentation:
http://info2html.sourceforge.net/cgi-bin/info2html-demo/info2html?%28libc.info.gz%29Top
(or its equivalent installed locally)
See “file system interface” from the top page.
Man pages carry hyperlinks but you need proper man browser instead of default one. For console, try pinfo, it uses very simple Lynx-like interface.

New Comments