I've read The C Programming Language where do I go from here?

c

Solution

Do the book exercises! Reading it is too little.

Problem

I've read 'The C Programming Language', what should I be doing now? Is there anything important in C that's missed out in the book? Specifically interested in the Linux side of development, so is there anything important I should learn about C in Linux? (I already know some of the basics). I'm sorry if this question seems a bit general, but i'm a little lost as to what to learn next.

Original source