Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 377 Bytes

File metadata and controls

19 lines (15 loc) · 377 Bytes

Trying to learn more about operating system topics like:

  • I/O
  • Files
  • Directories
  • process control, management
  • signals
  • threading
  • memory
  • file systems
  • networking

Programming in a linux environment.

Learning resources at the moment:

  • Advanced Programming in the UNIX® Environment
  • man pages
  • occasionally looking through source files