2 Applications - Client and Server
Client uses NFS_Client_library libmfs.so to communicate with server application
Compile libmfs
- make -f Makefile.libmfs
Compile and run client
- gcc -o client client.c -Wall -L. -lmfs
- export LD_LIBRARY_PATH=.
- ./client
Complie and run server
- gcc -o server server.c
- ./server