Looking for resources: like C doc for reading files and their attributes? (On Linux)

listed in answer

Looking for resources: like C doc for reading files and their attributes? (On Linux)
0 votes, 0.00 avg. rating (0% score)

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.

by Netch from http://unix.stackexchange.com/questions/35161