how nfs server works in linux.........please mention the nfs
server working process
Answers were Sorted based on User's Feedback
Answer / mujeebuddin
NFS is used to share a directory in a network of Linux
machines .
configuration of NFS:
NFS SERVER:
yum install nfs*
vim /etc/exports -> press enter then type
/directory name *(rw,sync)
save -> wq
service portmap restart
service nfs restart
chkconfig portmap on
chkconfig nfs on
Another Linux PC:-
mount -t nfs (ipaddress of nfs server):/muj /opt
cd /opt
ls -> it will display all the content of the directory
| Is This Answer Correct ? | 20 Yes | 0 No |
How would you delete a directory in linux?
How is the sata hard disk configuration made when we install redhat 9?
How to give permission to full permission in linux?
Is chrome os based on linux?
How do you combine two lines from two sorted files in linux?
how to find out shared file&dir of FTP ? is there any command for find out are any other way we have? tell me with example?
Is linux safe from viruses?
Compare linux with windows?
In my server squid is configured,and in my client machine i am using proxy (connection settings... proxy server ip) i configured..in server orkut.com is blocked, is it possible to use orkut even when i am using proxy at client side.....
which files are called for user profile by default when a user gets login in linux?
How can we avoid deadlock in java?
How to copy file into directory?