Describe nfs server working procedure
How nfs server works in Linux mention the nfs server working procedure?
Expert
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
Normal 0 false false
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
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
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
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
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
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
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
Define Least Recently Used(LRU)?
18,76,764
1947192 Asked
3,689
Active Tutors
1455862
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!