当前位置:首页
> Luz 第6023页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论单选题:Which of the following scheduling policy is for time-sharing pro
Which of the following scheduling policy is for time-sharing processes in the Linux kernel?@[C](1)A. SCHED_OTHERB. SCH…
单选题:Which of the following structures describes the partition contro
Which of the following structures describes the partition control block?@[B](1)A. struct partition;B. struct super_blo…
单选题:Which of the following structures describes one directory entry?
Which of the following structures describes one directory entry?@[B](1)A. struct inode;B. struct dentry;C. struct fil…
单选题:Which of these process properties is not retained when you set t
Which of these process properties is not retained when you set the program a process is executing with an exec system ca…
单选题:Which register contains the address of a process's page directo
Which register contains the address of a process's page directory table? @[C](1)A. CR1 B. CR2 C. CR3 D. CR4A.CR1B…
单选题:Which process had the Process ID number 1 ?
Which process had the Process ID number 1 ? @[C](1)A. bash B. kernel C. init D. crond A.bashB.kernelC.initD.crond答案…
单选题:Which statement defines a modular kernel?
Which statement defines a modular kernel? @[B](1) A. A kernel which has all component modules built into the kernel. B.…
单选题:Why the kernel can efficiently get the address of a process' PCB
Why the kernel can efficiently get the address of a process' PCB, namely its task_struct?@[D](1)A. Because thread_info…
单选题:While attempting to boot your i386 system, the boot process fail
While attempting to boot your i386 system, the boot process fails with a message that the root filesystem could not be m…
单选题:Why does the Linux kernel use slab allocators to manage the kern
Why does the Linux kernel use slab allocators to manage the kernel memory?@[C](1)A. For efficient allocation and releas…