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

Does the superuser have ultimate authority over file permission?

After I have changed the permissions of a file to read only and have changed the user ownership to another user. I try to change the permissions knowing that file is not mine and I fail. I tried again with the super user and I succeeds. I could change it even though the file does not belong to me. How is that possible?

1 Answer

Hi Jose, the short answer is yes they do. Superuser also known as root, administrator, etc., has the authority needed to complete all tasks in any operating system.

Unix / Linux Resources

James Barnett
James Barnett
39,199 Points

It's important to note that if you are referring to using the sudo command, it can be limited in a way that using the root account can not.