システムプログラミング
#分野別ポータル
#Linux_System_Programming
System programming is the practice of writing system software, which is code that lives at a low level, talking directly to the kernel and core system libraries.
システムプログラミングはシステムソフトウェアを書く
システムソフトウェアはカーネルやコアシステムライブラリとやりとりする
システムソフトウェアの例
シェル
テキストエディタ
コンパイラ
デバッガ
システムデーモン
ネットワークサーバ
ウェブサーバ
データベース
Put another way, the topic of the book is Linux system calls and low-level functions such as those defined by the C library.
書籍
ふつうのLinuxプログラミング
Linux System Programming
Goならわかるシステムプログラミング