摘要: Linux内核的5大管理功能: 文件管理、进程管理、设备管理、内存管理、网络管理。 举例:printf write#include #include int main() { printf("printf hello linux\n"); write(1,"write hello linux\n",19); return 0; }x10 1#inclu... 阅读全文
posted @ 2019-08-13 09:59 嵌入式George 阅读(188) 评论(0) 推荐(0)