当前位置:首页
> Luz 第6018页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论单选题:Which of the following of kernel functions performs the system c
Which of the following of kernel functions performs the system call open?@[B](1)A. system_openB. sys_openC. open_sysD…
单选题:Which of these is not a possible return value for the system cal
Which of these is not a possible return value for the system call: write(fd, buffer, 256)?@[D](1)A. 256B. -1C. 250D.…
单选题:Which of the following of kernel functions performs the system c
Which of the following of kernel functions performs the system call read?@[C](1)A. system_read B. read C. sys_read D.…
单选题:Which system call creates a new process?
Which system call creates a new process?@[B](1)A. readB. forkC. createD. execA.readB.forkC.createD.exec答案:B…
单选题:Which system call creates a new device file?
Which system call creates a new device file?@[D](1)A. creatB. createC. openD. mknodA.creatB.createC.openD.mknod答案:D…
单选题:Which option of the command gcc is to specify a library when lin
Which option of the command gcc is to specify a library when linking?@[B](1)A. –L B. –l C. –i D. -g A.–LB.–lC.–iD.-…
单选题:As for the interaction between a processes and its open file, wh
As for the interaction between a processes and its open file, which of the following is most appropriate?@[A](1)A. A pr…
单选题:A kernel module file in Linux 2.6 ends with?
A kernel module file in Linux 2.6 ends with? @[A](1)A. .ko B. .o C. .so D. .aA..koB..oC..soD..a答案:A…
单选题:A typical Linux ext2 file system uses:
A typical Linux ext2 file system uses: @[D](1)A. a linked-list approach for storing file data blocksB. a direct indexed…
单选题:In Linux, we have set up a priority level from 0 to 139. Which p
In Linux, we have set up a priority level from 0 to 139. Which parameters in task_struct are related to a process’ stati…