Skip to content

DonnieThang/Linux-Programming-N-System

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linux-Programming-N-System

Linux Programming N System Trainning Course

  1. Lesson 1-general-knowledge.

    • Advanced Makefile tutorial.
    • 4 stage of compiling C program.
    • Creating static lib, shared lib and using.
  2. Lesson 2-linux-file-system.

    • Overview of Files on Linux.
    • Read and write File in Linux.
    • File management on Linux.
    • Read and write files asynchronously.
  3. Lesson 3-Process.

    • Command-line Arguments
    • Memory layout of a process
    • Working with Process
    • Process Management
  4. Lesson 4-Thread

    • Mutil-Thread
    • Thread-Management
    • Thread Synchonization: Mutex and conditional variable
  5. Lesson 5-Signal

    • Handle Signal:
      • Default action
      • Ignore Signal
      • Catch and handle the signal
    • Signal Handler
    • Blocking and unblocking signals

About

Linux Programming N System Trainning Course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 87.4%
  • Makefile 12.6%