From 6764e945094339d86a41c181da332f25d6cb175e Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 20 Feb 2014 18:14:02 -0600 Subject: [PATCH] unlink/rm can now be used on nodes in the pseudo-filesystem. There is new configuration option to suppress these costly and mostly useless operations on the pseudo-filesystem --- Documentation/NfsHowto.html | 6 ++-- Documentation/NuttShell.html | 58 ++++++++++++++++++------------------ 2 files changed, 32 insertions(+), 32 deletions(-) diff --git a/Documentation/NfsHowto.html b/Documentation/NfsHowto.html index 3eb986bb6ae..ed5e6793b8f 100644 --- a/Documentation/NfsHowto.html +++ b/Documentation/NfsHowto.html @@ -302,7 +302,7 @@ This is a test # sudo mkdir /export

- It is important that /export directory allow access to everyone (777 permissions) as we will be accessing the NFS share from the client with no authentication. + It is important that /export directory allow access to everyone (777 permissions) as we will be accessing the NFS share from the client with no authentication.