File Permission in Linux

Project Summary

As part of the project, I adjusted file and directory permissions in the projects folder to meet the research team's requirements. The focus was on enhancing security and ensuring the appropriate level of access. The main actions included:

  • Analyzing existing permissions using the ls -la command.

  • Modifying file permissions, including hidden files, with chmod to restrict write access for unauthorized users.

  • Limiting access to the drafts directory exclusively to the designated user (researcher2).