当前位置:首页
> Luz 第6019页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论单选题:By default, each process can at most open 256 files (including t
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
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 __.
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
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
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
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
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:
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
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 __.
The *zombie* state of a process means that __. @[C](1) A. The process is stopped;B. The process has finished its…