System Calls

A number of examples regarding some system calls of the Linux operating systems

  1. Read and write a binary file: System calls open, read, write and close for read and write a binary file
  2. Directories: System calls opendir, readdir, stat, structure struct stat and structure struct dirent to manage with files and directories
  3. Fork and processes: System call fork to generate a number of processes