Alwanza Home Extraordin-Air Team Final Project Linux Course Home
STATEMENT OF PROBLEM-
ITEM 4. Create a shared directory for all files. The directory should be created so that any new file created will have the team's group ownership instead of the creating users.

INVESTIGATE PROCESS-
I used text and class notes.

RECIPE-
mkdir /home/<shared_dir>
chgrp <team_group> <shared_dir>
chmod 2775 <shared_dir>