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

CSS

Sass Access Denied

I was following the Sass tutorial video, and tried to access the test.scss data, which I saved on my desktop, through console, but somehow this message popped up, and I am not quite sure how I should fix this....

aois-air:Desktop aoiasano$ /Users/aoiasano/Desktop/test.scss -bash: /Users/aoiasano/Desktop/test.scss: Permission denied

It will be super helpful if any of you can help with this!

Thank you!

1 Answer

Janek Rezner
Janek Rezner
12,973 Points

it just means your user account has no permissions to access this file from terminal.

i could tell you exactly how to modify permissions OR you can find out yourself (it's best to know what your doing when using terminal) by doing Console Foundations deep dive in section Users and Permissions Jim Hoskins explains everything you need to know about permissions!