PRD 3 Knowledge Blog
ชุมชน KM สำันักประชาสัมพันธ์เขต 3
-
How to setting up NFS on Ubuntu system.
Posted on ธันวาคม 2nd, 2009 No commentsHow to setting up NFS on Ubuntu system.
NFS Server
[Article from: https://help.ubuntu.com/community/SettingUpNFSHowTo]
Pre-Installation Setup
None of the following pre-installation steps are strictly necessary.
User Permissions
NFS user permissions are based on user ID (UID). UIDs of any users on the client must match those on the server in order for the users to have access. The typical ways of doing this are:
It’s also important to note that you have to be careful on systems where the main user has root access - that user can change UID’s on the system to allow themselves access to anyone’s files. This page assumes that the administrative team is the only group with root access and that they are all trusted. Anything else represents a more advanced configuration, and will not be addressed here.


