Date: Fri, 5 Jul 2002 23:32:26 -0500 From: Dan Nelson <dnelson@allantgroup.com> To: Ms Carlsson <dyn_dns_sweden@hotmail.com> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: nfs Message-ID: <20020706043226.GA36933@dan.emsphone.com> In-Reply-To: <F137c99ir3wSimD3JkU000045ac@hotmail.com> References: <F137c99ir3wSimD3JkU000045ac@hotmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
In the last episode (Jul 06), Ms Carlsson said: > > > how do i make my mounted nfs filesystem be read/writeable??? > > what do i type in /etc/exports ? By default an exported filesystem is writable. For security, the root user's identity is mapped to "nobody". Just put the name of the filesystem in /etc/exports and run "killall -HUP mountd" to force mountd to reread the file. Run "man exports" for full documentation on teh format of /etc/exports. -- Dan Nelson dnelson@allantgroup.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020706043226.GA36933>