Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 583 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 583 Bytes

System specifications

Distributor ID: Ubuntu Description: Ubuntu 16.04.2 LTS Release: 16.04 Codename: xenial

Unix-Projects

Mini projects to understand what goes inside a Unix system.

  • This repository is inspired from "Advanced programming in the Unix Environment".
  • All programs in this repository are written in C language.

Requirements:

  • All programs in this repository will require a custom header file, "apue.h". This header is available for download in this repository. Please make sure to set path of "apue.h" in your system before running programs.