-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Issue 4.2: Configure a Collaborative Directory
VM
VM 1: Jump Host / Main Practice Server
Scenario
A development team needs a shared directory where files created by any team member are automatically owned by the development group. You need to set up this collaborative directory with appropriate permissions.
Objectives
- Create a group named 'development'
- Create a directory /shared/dev_projects
- Set the directory's group ownership to 'development'
- Apply set-GID (SGID) permission to the directory so new files inherit the group
- Set permissions so group members can read, write, and execute in the directory
- Verify that new files created in the directory inherit the correct group ownership
- Create a test file as a regular user to verify the setup
Requirements
- Use proper group management commands
- Apply SGID correctly
- Set appropriate permissions (2775)
- Verify the configuration works
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels