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 |
What are the different modes of Network bonding in Linux?
what is the difference between active ftp and passive ftp in linux operating system?
How do I go back in linux terminal?
How do I list users in linux?
Do you need antivirus with linux?
What is the difference between smtp and pop3?
How do I search for a specific word in vi linux?
What do you type to stop a hung process that resists the standard attempts to shut it down?
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.....
Is linux safe from viruses?
You want to search for all the *.tar files in your home directory and wants to delete all at once. How will you do it?
What are semaphores in linux?