Skip to main content

4 docs tagged with "linux"

View all tags

Build Your Own Strace

This challenge is to build your own version of Linux tool strace. It’s a useful tool to debug programs that you don’t have the source code for.

Build Your Own Top

This challenge is to build your own version of the command line tool top.

Build Your Own Which

This challenge is to build your own version of the Unix command which. If you’re not familiar with it the which command searches through the directories listed in your $PATH environment variable.