Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


how nfs server works in linux.........please mention the nfs
server working process

Answers were Sorted based on User's Feedback



how nfs server works in linux.........please mention the nfs server working process..

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 nfs server works in linux.........please mention the nfs server working process..

Answer / ketan

the above answer is 200% correct .

Is This Answer Correct ?    4 Yes 2 No

Post New Answer

More Linux General Interview Questions

What are the types of shell in linux?

0 Answers  


What is a daemon process in linux?

0 Answers  


Why do people use linux?

0 Answers  


What is swap space?

0 Answers  


Is gnu the same as linux?

0 Answers  


Enlist the features of Linux operating system?

0 Answers  


How can we avoid deadlock in java?

0 Answers  


What is the advantage of open source?

0 Answers  


what is linux operating system virus free?

0 Answers   UGC Corporation,


What key combination can you press to suspend a running job and place it in the background?

0 Answers  


What is semaphore code?

0 Answers  


Explain process id.

0 Answers  


Categories