Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

These instructions are a basic guide for a super-user to install and configure NFS on Linux.

Installation

The basic installation commands are as follows.

...

Code Block
sudo apt-get install nfs-kernel-server
Configuration

Edit /etc/exports and add the following line:

...