diff --git a/permissions/5-change_file_group_owner.sh b/permissions/5-change_file_group_owner.sh new file mode 100755 index 0000000..9c41089 --- /dev/null +++ b/permissions/5-change_file_group_owner.sh @@ -0,0 +1,3 @@ +#!/bin/bash +touch /tmp/permissions +sudo chgrp staff /tmp/permissions