Skip to content

jamesthesnake/linux_programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Linux-System-Programming

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

Intruction to use makefile to compile and run the program.

  1. Open Terminal in working directory.
  2. 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)
  3. make clean use for removing executable file.
  4. Use ./myexe filename/string cmd as per program.

Releases

No releases published

Packages

No packages published