-->
当前位置:首页 > Luz 第6019页
Luz

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

单选题:By default, each process can at most open 256 files (including t

Luz5年前 (2021-05-10)1114
By default, each process can at most open 256 files (including the standard input/output and error). This is because:@[C…

单选题:As for the virtual memory area(VMA), which statement is incorrec

Luz5年前 (2021-05-10)599
As for the virtual memory area(VMA), which statement is incorrect? @[B](1)A. A user process has several VMAsB. A kerne…

单选题:Linux’s page out policy uses __.

Luz5年前 (2021-05-10)535
Linux’s page out policy uses __.@[A](1)A. LRU B. FIFO C. NUR D. clock algorithm A.LRUB.FIFOC.NURD.clock algorithm答…

单选题:Suppose File B is a link file of File A. If process P1 opens A t

Luz5年前 (2021-05-10)633
Suppose File B is a link file of File A. If process P1 opens A twice and process P2 opens B twice, how many dentry and i…

单选题:Starting with version 2.6.11, the Linux paging model consists of

Luz5年前 (2021-05-10)611
Starting with version 2.6.11, the Linux paging model consists of four paging levels. Which of the following is NOT The t…

单选题:The symbol “asmlinkage” in the Linux kernel source codes means

Luz5年前 (2021-05-10)587
The symbol “asmlinkage” in the Linux kernel source codes means __.@[B](1) A. to tell the compiler that the codes nee…

单选题:The LINUX operating system stores some magic numbers at the begi

Luz5年前 (2021-05-10)618
The LINUX operating system stores some magic numbers at the beginning of every file.What is the purpose of this number?@…

单选题:The first running process of Linux operating system is:

Luz5年前 (2021-05-10)589
The first running process of Linux operating system is:@[C](1)A. inittab B. init0 C. init D. bootA.inittabB.init0C.in…

单选题:The interrupt handler can get the virtual address where the page

Luz5年前 (2021-05-10)548
The interrupt handler can get the virtual address where the page fault happens from which register?@[A](1)A. CR2 B. C…

单选题:The *zombie* state of a process means that __.

Luz5年前 (2021-05-10)795
The *zombie* state of a process means that __. @[C](1) A. The process is stopped;B. The process has finished its…