1. 内存管理 调整内存数据段 brk 内存映射 mmap 2. 文件管理 打开 open 创建 creat 关闭 close 定位 lseek 读取 read 写入 write 3. 进程管理 创建进程 fork 运行新二进制文件 execve 等待子进程结束 waitpid 4. 网