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 Introduction to the Terminal Common Commands Working With Files

Julianna Kahn
Julianna Kahn
20,702 Points

It seems I can use rm to remove a file but not rm -r to remove a folder

The following is what shows on the terminal:

Julianna-Computer-2:Desktop julianna$ ls julianna-website test medals test-medals Julianna-Computer-2:Desktop julianna$ rm -r test-medals override r--r--r-- julianna/staff for test-medals/.git/objects/04/aaea8a61b3d3732d32792a8331125c4b062a84?

2 Answers

Here is an answer for the question asked previously.

Julianna Kahn
Julianna Kahn
20,702 Points

The solution worked, thank you.