--%>

Describe nfs server working procedure

How nfs server works in Linux mention the nfs server working procedure?

E

Expert

Verified

NFS is utilized 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 -> this will display all the content of the directory

   Related Questions in Science

  • Q : Illustrate flags in 8086 Normal 0 false

    Normal 0 false false

  • Q : What is Multi tasking Multi tasking :

    Multi tasking: It is the logical extension of multi-programming. The idea of multitasking is quite alike to multiprogramming although difference is that the switching among jobs takes place so recurrently that the users can act together with each prog

  • Q : Define Search and Partial Coverage of a

    Search and Partial Coverage: A model checker can be used to verify the correctness of a finite-state system with respect to a desired property by searching a labeled state-transition graph that models the system to see whether it satisfies the propert

  • Q : Difference between symmetric and

    Compare and contrast symmetric and asymmetric encryption including: the number of keys included, key management and distribution, relative speed, operations executed on data, etc. In public key encryptions it possible to first to encrypt with a privat

  • Q : Roosevelts court packing plan

    Roosevelt’s “court packing” plan of FDR was introduced in 1930s which required to increase the size of the Supreme Court by adding new justices to the court so that there can be a balanced view about a certain opinion. Although the p

  • Q : Difference between profit center and

    Difference between profit center accounting and Profitability analysis: Profit center accounting is principally done for internal controlling aims. It lets you find out the profit and loss

  • Q : Define the term Data Abstraction Data

    Data Abstraction: Our presentation for data abstraction follows the abstract interpretation framework (Cousot and Cousot 1999). Abstract interpretation establishes a rigorous methodology for building data abstractions that are weakly preserving with r

  • Q : How secure is WAP How secure is WAP ?

    How secure is WAP? One of the layers of the WAP stack, termed as WTLS, provides encryption & authentication for server-to-client security. It prevents fraudulent access to WAP transactions & opens the way f

  • Q : Least Recently Used Define Least

    Define Least Recently Used(LRU)?

  • Q : Access of kernel objects structures

    Normal 0 false false