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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

单选题:Using command substitution, how would you display the value of t

Luz5年前 (2021-05-10)663
Using command substitution, how would you display the value of the present working directory? @[A](1)A. echo $(pwd) B.…

单选题:To mount a usb device located at /dev/sdb to /mnt/usb, suppose t

Luz5年前 (2021-05-10)706
To mount a usb device located at /dev/sdb to /mnt/usb, suppose the file format is fat32. Which of the following shell sc…

单选题:Using which shell command can help us get the version number of

Luz5年前 (2021-05-10)634
Using which shell command can help us get the version number of current operating system?@[C](1)A. hostname B. stat C.…

单选题:What command will list all files named “file01” in your current

Luz5年前 (2021-05-10)584
What command will list all files named “file01” in your current working directory and all of its subdirectories? @[C](1)…

单选题:What command can display the contents of a binary file in a read

Luz5年前 (2021-05-10)567
What command can display the contents of a binary file in a readable hexadecimal form? @[C](1)A. xdB. hdC. odD. XdA.…

单选题:What does the ‘~’ character mean in the BASH Shell?

Luz5年前 (2021-05-10)711
What does the ‘~’ character mean in the BASH Shell? @[D](1)A. The current working directory B. The root directory C. T…

单选题:What does the "set user ID" do?

Luz5年前 (2021-05-10)584
What does the "set user ID" do? @[D](1)A. It prevents files from being deleted by nowowners.B. It prevents files from…

单选题:What does the date=$(date) command do?

Luz5年前 (2021-05-10)555
What does the date=$(date) command do? @[B](1)A. Assigned the word “date” to the variable date. B. Assigned the current…

单选题:What does the "sticky bit" do?

Luz5年前 (2021-05-10)532
What does the "sticky bit" do? @[C](1)A. It prevents files from being deleted by anyone.B. It marks files for deletion…

单选题:What is the disadvantage of using the command kill -9 ?

Luz5年前 (2021-05-10)529
What is the disadvantage of using the command kill -9 ?@[B](1)A. A core dump file will be created.B. It affects the enti…