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 HTTP Basics Introduction to HTTP HTTP Requests Using Telnet

Jimmy Sweeney
Jimmy Sweeney
5,649 Points

"at the root" ??

What does Chris mean when he says that we are sending a request to get the content "at the root"? What is the root?

1 Answer

I believe he is referring to the "root directory", or the "root folder". Most computer operating systems are organized in a hierarchy of folders (which are known as directories), with the outermost directory being the root. All other directories branch out of the root directory like a tree. The root directory is often represented by a lone slash "/". If you want to access a directory inside the root directory, you write a slash "/" followed by the name of the directory, like this: "/scripts". Here are a couple of resources on the subject: Linux Information Project, root Definition: http://www.linfo.org/root.html Wikipedia, Root Directory: https://en.wikipedia.org/wiki/Root_directory