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 trialivettelindsay
4,007 Pointsterminal output from the launched terminal is different from the output in the video.
I hope I'm asking this correctly. When I open the terminal and type ls -l I get total 8 instead of total 12 also the permissions list only 1 2 in the launched terminal whereas the video has 3 1 2. The output is drwxrwr-x 3 treehouse .......... in the video but different in the launched terminal I'm using .
treehouse ~ $ ls -l
total 8
drwxrwxr-x 2 treehouse treehouse 4096 Jan 30 2013 documents
-rw-r---w- 1 treehouse treehouse 416 Jan 30 2013 hello.txt
treehouse ~ $
How can I correct this?
amathiaitishar
13,229 Pointsamathiaitishar
13,229 PointsWell, you could mkdir = create a folder with pictures name, and than you could do a ls -l...