Quote:>would it be a good way to learn unix programming to the bottom if
>one would work thru source codes of some of the freely available
>unixes (like linux for example) ? This assumes one knows assembler
>and C.
------- I am sure that there are differing opinions on this, but my
view is that this is not a good idea. If you want to learn coding,
you don't look at the most convoluted, optimized and sick code
out there, written and patched up by a dozen people who never saw
each other. In kernel code (linux is a good example, as is most
gnu stuff), you will see lines that just don't make sense, and you
may even feel they are not needed, but in some module, 10 calls
later, what those lines do will affect how this module behaves, or
even if it works. This is now way to learn anything. you'll just
get frustrated.
Try looking up some simple programs if you're just beginning. But if
you want to know unix really well, then by all means check out the
kernel.
--
Mariusz Zydyk http://www.ucalgary.ca/~mszydyk/
How do you make holy water? Boil the hell out of it.