-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Feature: NFS Server
- Trello card
- Specification
- Fedora Administration Guide
- Network World NFS Guide
- Fedora meeting 2016-12-06
- Red Hat Labs NFS Helper
- For implementation step 2 only: NFS home folder, Kerberos integration
Phillip J Fry is a junior sysadmin. He's been tasked with setting up file shares on one of his employers server, so the people working at the office can share files between each other. They have three departments. Engineering, Sales and Support. Each of those needs a separate share to write to, but everyone in the company needs to be able to read all files from all shares. They will also need a company-wide share that everyone has read access to.
Every once i a while they have customers and consultants visiting the company office, and connecting to their network, so Phillip wants to make sure only the employees have access to the file shares.
Some months later, as part of a big project, a cross-disipline group consisting of employees from both engineering, sales and support is formed. They will need their own file share, so they ask Phillip to create this for them.
The project runs for a couple of months, but is eventually cancelled. The share is no longer needed, so Phillip wants to reclaim that disk space.
Phillip logs into the server using Cockpit. He sets up groups for the different departments and the individual users in those groups. He creates the shares "Engineering", "Sales" and "Support". He sets the engineering group to be able to read and write the share Engineering and the two other groups to write only. He then does the same with the other two groups. He also creates a folder called "Everyone" and sets read and write access to all three groups.
For the big project, he adds the individual members, and sets read and write for those.