2018年9月27日

进程的proc文件系统信息

摘要: 一、实验代码 #include <stdio.h> #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include <unistd.h> void main() { int fd; char buf = '1'; ch 阅读全文

posted @ 2018-09-27 23:52 Hello-World3 阅读(427) 评论(0) 推荐(0)

导航