In CentOS I can do yum install kernel-doc and then read /usr/share/doc/kernel-doc/Documentation/filesystems/proc.txt.
How would I do the equivalent in Ubuntu? Professor Google told me it was in the source code so I did apt install linux-source but I can't find proc.txt anywhere.
I'm guessing there's a different way of doing it in Ubuntu.
kernelmakes about as much sense as calling your Firefox packagesweb-browser... – fkraiem Oct 24 '16 at 03:15proc.txtis/usr/share/doc/linux-doc/filesystems/proc.txt.gz. Less will decompress it on the fly. – Tor Klingberg Mar 14 '17 at 11:14