当前位置:首页
> Luz 第5900页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论单选题:Linux treats I/O devices as especial files, which are stored und
Linux treats I/O devices as especial files, which are stored under the directory __________. @[D](1)A. /usr/includeB.…
单选题:What is the result of the following command?
What is the result of the following command?@[B](1)cd ~foo A. The current directory is changed to ~foo B. The current…
单选题:What TWO permissions must a user have in order to run a shell sc
What TWO permissions must a user have in order to run a shell script? @[C](1)A. read/write B. open/write C. read/exec…
单选题:Which command is to enable owner read and write rights, group us
Which command is to enable owner read and write rights, group users read rights, other users no right?@[B](1)A. chmod u…
单选题:About system call, which of the following descriptions is WRONG?
About system call, which of the following descriptions is WRONG?@[B](1)A. System call is implemented as “int 0x80”.B. Wh…
单选题:How can you describe the function of the following commands?
How can you describe the function of the following commands?foo | tee bar | foobar @[C](1)A. The command foo redirects…
单选题:What is the -c option used for in gcc?
What is the -c option used for in gcc? @[B](1)A. compiling multiple files into a single executable fileB. creating an…
单选题:When clone() is invoked in Linux threads, it is passed a set of
When clone() is invoked in Linux threads, it is passed a set of flags, which determine how much sharing is to take place…
单选题:In struct task_struct, we maintain two prio_array structures to
In struct task_struct, we maintain two prio_array structures to do the dynamic scheduling. Which of the following statem…
单选题:Which system call creates a new thread?
Which system call creates a new thread?@[B](1)A. openB. cloneC. creatD. execveA.openB.cloneC.creatD.execve答案:B…