当前位置:首页
> Luz 第6009页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论单选题:How can we obtain the number of valid users in the system?
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 ___ .
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?
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?
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 ?
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?
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
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.
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?
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?
How could you start the command foo in the background? @[D](1)A. bg foo B. background foo C. foo --background D. foo…