Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Development Tools Console Foundations Users and Permissions File Ownership

Question about Conflicting Permissions in Quiz Question from Console Foundations

Quiz Question: "If a file has the permissions "-r-x-w----" and the ownership is "user:treehouse, group:teachers" and I am the user "mike" and I belong to the group "teachers", may I write to this file?"

I'm seeing a potential conflicting permissions issue here. We only know about the permissions with user Treehouse, but I'm not clear which permission overrides which. User Treehouse can only read a file whereas the Group Teachers can only execute the file....so what is the ultimate permission of user:treehouse, group:teachers? We also have no clue what permission(s) Mike has. So how do we know for sure that Mike has the same access level as Treehouse simply because they share the same group?