Skip to content

Instantly share code, notes, and snippets.

@vpnwall-services
Created February 20, 2024 09:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vpnwall-services/77982f710438c1fc4a2b9803da5a7562 to your computer and use it in GitHub Desktop.
Save vpnwall-services/77982f710438c1fc4a2b9803da5a7562 to your computer and use it in GitHub Desktop.
[FILESHARE 101] Fileshare 101 #linux #debian #nfs #rpcbind #shareing #file #share

FILESHARE 101

  • Install packages
apt install nfs-common rpcbind nfs-kernel-server -y
  • Add share in /etc/exports
/srv/share    	xxx.xxx.xxx.xxx/16(rw,wdelay,insecure,no_root_squash,no_subtree_check,sec=sys,rw,insecure,no_root_squash,no_all_squash)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment