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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

单选题:How can we obtain the number of valid users in the system?

Luz5年前 (2021-05-10)541
How can we obtain the number of valid users in the system?@[B](1)A. grep -v ^$ /etc/passwdB. cat /etc/passwd | wc -lC.…

单选题:By using the command ls –l myfile,we cannot obtain ___ .

Luz5年前 (2021-05-10)549
By using the command ls –l myfile,we cannot obtain ___ .@[A](1)A. The inode number of myfileB. The group ID of myfileC…

单选题:How could you describe the following command line?

Luz5年前 (2021-05-10)589
How could you describe the following command line? @[D](1)foo || bar A. The command foo redirect its output to the co…

单选题:How could you get a list of all running processes?

Luz5年前 (2021-05-10)597
How could you get a list of all running processes? @[B](1)A. ps B. ps ax C. getprocess D. downA.psB.ps axC.getproces…

单选题:How could you monitor the amount of free inodes on /dev/hda3 ?

Luz5年前 (2021-05-10)561
How could you monitor the amount of free inodes on /dev/hda3 ? @[D](1)A. inode --free /dev/hda3 B. ls -i /dev/hda3 C.…

单选题:How could you describe the following command line?

Luz5年前 (2021-05-10)560
How could you describe the following command line?@[B](1)foo; bar; foobar A. The commands foo, bar and foobar are proce…

单选题:How could you watch the contents of a logfile, even if the logfi

Luz5年前 (2021-05-10)612
How could you watch the contents of a logfile, even if the logfile is growing while you're watching? @[A](1)A. tail -f…

单选题:How do you extract the kernel from the tarball linux-3.6.14.tar.

Luz5年前 (2021-05-10)555
How do you extract the kernel from the tarball linux-3.6.14.tar.bz2? @[D](1)A. tar x linux-3.6.14.tar.bz2B. untar linu…

单选题:How could you submit a command foo to run ignoring user logout?

Luz5年前 (2021-05-10)555
How could you submit a command foo to run ignoring user logout? @[D](1)A. batch –f foo B. nice fooC. foo &D. nohup f…

单选题:How could you start the command foo in the background?

Luz5年前 (2021-05-10)545
How could you start the command foo in the background? @[D](1)A. bg foo B. background foo C. foo --background D. foo…