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页 |