This repository contains programs of System programming (system calls) of Linux and of course also UNIX based on book of Linux Programming Interface by Michael Kerrisk
- Open Terminal in working directory.
- type
make build
to compile the program. (Note: i am using gcc toolchain if you are using any differnt toolchain put syntax of compiling C program in the makefile) make clean
use for removing executable file.- Use
./myexe filename/string
cmd as per program.