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

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

    BR>
    18. What file would you edit to share out a directory via NFS? 
    A. /etc/nfsd.conf 
    B. /etc/nsf 
    C. /etc/fstab
    D. /etc/exports
    E. /etc/export.conf
    You answered this question incorrectly
    Explanation: To share a directory via NFS you must edit the /etc/exports file and then run exportfs -a. 

    19. You want to compile a new kernel. You have already compiled the kernel and modules. How do you install the modules? 
    A. make modules_install
    B. make install 
    C. make modules
    D. make install_modules
    E. make bzImage
    You answered this question incorrectly
    Explanation: The first thing you should do in the /usr/src/linux-2.4 directory is 
    make mrproper
    Then, you should do the following: make config | make menuconfig | make xconfig 
    make dep 
    make clean
    make bzImage
    make modules (if modular kernel)
    make modules_install (if modular kernel)
    cp System.map /boot

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

         

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

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