NFS Server
How to configure NFS Server
rpm -qa nfs*
this command is use for check nfs package install or not
mkdir /abc
this command is use for create abc directory
go to computer> filesystem> abc
open properties
go to permissions tab & permit full permissions
chmod 777 /abc
this command is use for full perdition on ABC directory
gedit /etc/exports
this command is use for edit exports file
type the shard directory path & permission then save
/abc *(rw,sync)
service nfs start
this command is use for nfs service restart.
ping (ip)
this command is use for check Clint system connectivity (clint ip -> 10.0.0.20)
Go to Clint Linux system
mount -t 10.0.0.13:/abc /root/Desktop
this command is use for mount shard directory on clint Desktop