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 trialAlvin Shern
3,421 PointsI don't have permission to view hello.txt in these exercises.
I don't have permission to view hello.txt in these exercis
1 Answer
Danilo Rodrigues
22,594 PointsTry changing the permissions in this file with the command:
chmod 777 hello.txt
See more information in this video: https://teamtreehouse.com/library/console-foundations/users-and-permissions/file-permissions
Alvin Shern
3,421 PointsAlvin Shern
3,421 PointsAh I realized the problem was that I didn't change the ownership and group of the hello.txt after changing it to another user as shown in the video tutorial. Thanks for commenting though : )