"Mission Analysis and Requirements"
establishes directory/nfs/public, implements NFS service sharing, allows all users of 10.10.0.0 network segments to read, and other users do not have access to
establishes the directory/nfs/admin, realizes the NFS service sharing, only allows the 10.10.9.100 user to read and write, the other user does not have the right to access
establishes directory/nfs/work, implements NFS service sharing, test.com Domain users are read-only, and does not map root users to anonymous users
Setup system at run Level 3, 5 o'clock NFS service starts automatically
"Hardware and Software Environment"
using virtual machines to integrate with real host environment
Install red Hat Enterprise Linux Server 5.0 in VMware Virtual machine systems
ISO file with Linux installation CD on hard drive
"Step Decomposition"
1, NFS installation of related software packages
setup-2.5.58-1.el5.i386.rpm
initscripts-8.45.14-el-1.i386.rpm
nfs-utils-1.0.9-16.el5.i386.rpm
protmap-4.0-65.2.2.1.i386.rpm
quota-3.13-1.2.3.2.el15.i386.rpm
2, service configuration related documents
/etc/exports
3, create the directory/nfs/public,/nfs/admin and/nfs/work
4. Edit/etc/exports configuration file
5, add system at run level is 3, 5 o'clock NFS service automatically start
6, testing
On the Linux client, execute the following command
#mount –t NFS 192.168.1.196:/nfs/public/mnt