当前位置:首页
> Luz 第6024页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论单选题:After we compile the Linux kernel and run “make install”, the Li
After we compile the Linux kernel and run “make install”, the Linux startup file will be stored in which directory? @[D]…
单选题:After typing make bzImage, the compilation will complete several
After typing make bzImage, the compilation will complete several minutes later and you'll find the bzImage file in which…
单选题:After new Linux kernel image is built, which file need to modifi
After new Linux kernel image is built, which file need to modified in order to use the new kernel?@[B](1)A. boot.confB.…
单选题:You need to open the “/home/user/foo” file, how many dentry obje
You need to open the “/home/user/foo” file, how many dentry objects in memory associated with this file path?@[B](1)A. 3…
单选题:How can you get a list of all loaded kernel modules?
How can you get a list of all loaded kernel modules? @[A](1)A. lsmod B. listmod C. modls D. modinfoA.lsmodB.listmodC…
单选题:Assuming modules for all supported filesystems have been loaded,
Assuming modules for all supported filesystems have been loaded, which file contains a list of filesystems that can be c…
单选题:Before you compile your kernel, you need to configure it. Which
Before you compile your kernel, you need to configure it. Which of the following is NOT a correct way to configure?@[D](…
单选题:If the new kernel does not behave normally after a routine kerne
If the new kernel does not behave normally after a routine kernel upgrade, possibly because you forgot to _______ before…
单选题:In our experiment (using system call to loop through all running
In our experiment (using system call to loop through all running processes), we use printk to display the information of…
单选题:In our experiment, which command is used to install a new modul
In our experiment, which command is used to install a new module?@[A](1)A. insmod B. mount modules C. lsmod D.…