Versions Compared

Key

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

Test 환경 :

  • Server - Ubuntu

...

  • 18.04

...

  • Client - CentOS 7

Table of Contents

Server

NFS Package 설치

Code Block
languageactionscript3
apt-get update
apt-get install nfs-common nfs-kernel-server rpcbind

...