当前位置:首页
> Luz 第6012页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论单选题:Using command substitution, how would you display the value of t
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
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
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
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
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?
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?
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?
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?
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 ?
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…