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 file permissions in linux?
What is gcc compiler in linux?
You need to search for the string “tecmint” in all the “.txt” files in the current directory. How will you do it?
How do we store an application’s documentation?
How to find out shared file&dir of ftp?
Why we use LINUX?
What key combination can you press to suspend a running job and place it in the background?
Is solaris a linux?
What are the contents in /usr/local?
What is the TCP hand shake in Linux?
Is linux good for gaming?
You are logged on as a regular user. Without logging off and logging on as root, you are required to create a new user account immediately. How would you do it?