Linux 100 + Realtime Scenario Based Interview Questions and Answers Explained in Detail | Part – 2

This Linux Realtime Scenario based Interview Questions and Answers is for Freshers , Experience ,IT , Non-IT And Everyone. Click the Image to See the Complete Video.

Question 11. What is NFS ? How to configure it ? What port no it does use ?

Answer:

  • To configure NFS we need to cionfigure NFS Server and NFS Client.
  • Steps to configure NFS Server.
  • a)Install nfs-util package.
  • b)Create a directory or directory on a partition and some data on it.
  • c)Now export the directory by editing /etc/exports file and using exportfs command.
  • d)Restart the service and make is permanent in /etc/fstab file.
  • Steps to configure NFS client.
  • a)check and install the NFS package if not installed.
  • b)start the NFS service
  • c)check which directory is exported for this machine using showmount command
  • d)Make a directory and mount the NFS dir over it.
  • e) Add some data to it and check the same is updated on server side.
  • Port No -2049

3 thoughts on “Linux 100 + Realtime Scenario Based Interview Questions and Answers Explained in Detail | Part – 2”

  1. I do trust all the ideas you’ve presented in your post. They are really convincing and will definitely work. Nonetheless, the posts are too short for newbies. May just you please lengthen them a bit from next time? Thank you for the post.

    Reply

Leave a Comment

error: Content is protected !!