You want to read literature? Try the man
pages available from a shell / terminal. Don't know where to start? man hier
, man proc
, man 5 sysfs
for three. Those are where Linux puts important things or rather, in the case of the latter two, where the Linux kernel likes to pretend they are for easy access. The 'SEE ALSO' section of at least one of those suggests other interesting reading, and on and on.
If that's not a direction you want to go but still want to know about something that you think might be in the Linux manual pages, try man -k keyword
or apropos keyword
. Replace keyword
with what you want to know about and it will list all the manual pages that have the keyword in their name or description.