-->
当前位置:首页 > 题库

单选题:struct task_struct中,___描述该进程已打开文件(open-file table)的信息。

Luz5年前 (2021-05-10)题库754
struct task_struct中,___描述该进程已打开文件(open-file table)的信息。@[C](1)
A. struct list_head local_pages;
B. struct fs_struct *fs;
C. struct files_struct *files;
D. struct namespace *namespace;





A.struct list_head local_pages;
B.struct fs_struct *fs;
C.struct files_struct *files;
D.struct namespace *namespace;


答案:C