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

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

    .0.2 and your subnet mask is 255.255.255.0. You have one ethernet card. You want to set your default gateway to be 10.0.0.1. Which of the following is the correct syntax to accomplish this? 
    A. route add default 10.0.0.1 eth0 
    B. route add default gw 10.0.0.1 dev eth0 
    C. route add default gw 10.0.0.2 eth0 255.255.255.0
    D. route add default gw 10.0.0.2 /dev/eth0 255.255.255.0
    E. route add default gw 10.0.0.2 255.255.255.0
    You answered this question incorrectly
    Explanation: A and B don’t set the proper subnet mask. C is correct. D’s syntax is wrong. E’s syntax is wrong. 

    25. What command will create the quota.user and quota.group files for me? 
    A. quotacheck -avug
    B. quotacheck -cugf 
    C. quotacheck -rugf
    D. repquota -u
    E. none of the above
    You answered this question incorrectly
    Explanation: A is right. You can also do it like this:
    touch /quota.user
    touch /quota.group
    chmod 600 /quo

    页码:[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]13页、共27页

         

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

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