GFDRR Open Source Mentoring Guide

GFDRR Open Source Mentoring Guide

View the Project on GitHub GFDRR/mentoring-guide

Unix Permissions

Understanding how file permissions work on unix filesystems is required to successfully administer a modern web server. If you do not already know what chmod and chown do, you should follow the material below to familiarize yourself with how permissions work in unix and how to change ownership of files and directories.

Goals/Objectives/Outcomes

Reference Material

Measures of Success

Participant understands how to inspect and set the ownership and permissions of files and directories and how to add users to groups. Participant should understand how to look up the appropriate set of permissions to pass to chmod