相关文章  
  • 国际认证考试模拟试题:Linux认证考试练习题(2)
  • 国际认证考试模拟试题:Linux认证考试练习题(1)
  • Xen:用于Linux?内核的虚拟化技术简介
  • Linux新手系列之四
  • Linux网络管理实验汇总(1)
  •   推荐  
      科普之友首页   专利     科普      动物      植物        天文   考古   前沿科技
     您现在的位置在:  首页 >>文献 >>培训

    RedFlagLinuxRCE模拟试题一(附答案)14

    ta.*


    26. You have just added a new NFS share to the appropriate file. What must you do to activate the share? 
    A. reboot 
    B. exportfs -a
    C. ndc restart
    D. server nfs start
    E. mount -A
    You answered this question incorrectly
    Explanation: To share a directory via NFS you must edit the /etc/exports file and then run exportfs -a. 

    27. How can you turn off interface eth1? 
    A. service network stop 
    B. service netork stop eth1 
    C. ifstop eth1
    D. ifdown eth1
    E. ps -aux |grep eth1| kill `awk -f {$1}`
    You answered this question incorrectly
    Explanation: The ifdown eth1 command will turn off the eth1 interface. the service network stop command will stop all networking which is not what you want. The ifstop command does not exist. The last command is just nonsense. 

    28. What file do you edit to set the default runlevel? 
    A. /etc/grub.conf 
    B. /etc/lilo.conf  <

    页码:[1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] [24] [25] [26] [27]14页、共27页

         

          设为首页       |       加入收藏       |       广告服务       |       友情链接       |       版权申明      

    Copyriht 2007 - 2008 ©  科普之友 All right reserved