-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Linux Directory Structure #2
Comments
Completed the task like below. [root@testmachine /]# ls -ld /dir1 /dir7/dir10 |
1 similar comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Scenarios:
Instructions:
If any permission issues, You would need to fix the complete the task.
Login as root user:
2. Create groups - devops, aws
3. Add user2, user3 to devops group.
4. Add user4 to aws group
5. Create directory structure mentioned in the diagram.
6. Change group of /dir1, /dir7/dir10, /f2 to "devops" group.
Login as user1:
2. Create file - "/f3"
3. Move the file from "/dir1/f1" to "/dir2/dir1/dir2"
4. delete the file "/dir2/dir1/dir2/f1"
5. delete /dir7
Login as user2
Login as user4
2. delete /dir1
Login as user3:
3. delete /dir4/dir12/f4
4. delete /dir4
All Done? Still not confident? repeat the steps!
The text was updated successfully, but these errors were encountered: