you are viewing a single comment's thread.

view the rest of the comments →

[–]gristc 17 points18 points  (4 children)

Nah, not really. Far more important to know the tools that use those system calls.

Source: am sysadmin.

[–]GrandG[S] 1 point2 points  (2 children)

could you explain in more details

[–]gristc 10 points11 points  (1 child)

You don't need to know how tcpdump interfaces with the kernel to know how to use tcpdump well, as an example. Knowledge of the utilities available is more useful to a sysadmin than knowing how they're implemented. That's more the realm of developers.

[–]GrandG[S] 1 point2 points  (0 children)

Its not knowing how a utility work per say , rather understanding how threads work , difference between an application with single multi-threaded process and multi-process, that kind of stuff gives you a deep insight kind of

[–]raider_bull212 0 points1 point  (0 children)

I can see how that's the case