"Linux c programming guide" Learning Notes 2

Chapter 5 Using make

make rules makefile is looking for in order to find three files in the current directory ---- GNUmakefile file, Makefile file, makefile file


Chapter 6. Process Control

Process attributes:

  Process identifier

  Share memory space

  Related file descriptor

  Security Information

  Process environment

  Signal Processing

  Resource scheduling

  Sync

  Process State

system function:

    By calling fork exec waitpid function is complete, any mistake will lead to system error

Reproduced in: https: //my.oschina.net/u/204616/blog/545491

Guess you like

Origin blog.csdn.net/weixin_33733810/article/details/91989390