-->
当前位置:首页 > Luz 第5900页
Luz

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

单选题:Linux treats I/O devices as especial files, which are stored und

Luz5年前 (2021-05-10)740
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?

Luz5年前 (2021-05-10)565
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

Luz5年前 (2021-05-10)809
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

Luz5年前 (2021-05-10)916
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?

Luz5年前 (2021-05-10)785
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?

Luz5年前 (2021-05-10)836
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?

Luz5年前 (2021-05-10)715
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

Luz5年前 (2021-05-10)694
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

Luz5年前 (2021-05-10)689
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?

Luz5年前 (2021-05-10)832
Which system call creates a new thread?@[B](1)A. openB. cloneC. creatD. execveA.openB.cloneC.creatD.execve答案:B…