Challenge 05 - Standard file permissions

< Previous Challenge - Home - Next Challenge >

Description

In this challenge you will learn about the Linux standard file permissions and understand how to work with file permissioning on a Linux environment

Success Criteria

  1. Check if the directory was sucessfully created
  2. Confirm the file created under ~permissions
  3. Check the file inside your permissions directory. Who is the new owner of this file now?
  4. Make sure you have created the file as the user root in the /home/student/permissions directory
  5. Ensure you are logged as regular user (student), then check the owner of the file created by the user root
  6. Validate you was able to change the onwership of all files in in /home/student/permissions to the user student
  7. Confirm your rights within ~, and make sure other users can only read

Learning Resources