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

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


    B. make dep
    C. make clean
    D. make mrproper
    E. make xconfig
    You answered this question incorrectly
    Explanation: The first thing you should do in the /usr/src/linux-2.4 directory is 
    make mrproper
    Thencomma 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/System.map-2.4.17
    cp arch/i386/boot/bzImage /boot/vmlinuz-2.4.17
    cp .config /boot/config-2.4.17
    mkinitrd /boot/initrd- # Depending on kernel configuration
    Update LILO or GRUB
    Reboot into new kernel

    50. What does the following cron entry do?
    10 5 * * * /bin/foo
    A. runs /bin/foo every 10 minutes 5 days a week 
    B. runs /bin/foo at 10:05 AM every day 
    C. runs /bin/foo on the 10th of May every year
    D. runs /bin/foo at 5:10 AM every day
    E. none of the a

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

         

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

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