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 trialErin Van Ess
8,023 PointsDo the commands taught in Console Foundations work for all other POSIX system consoles? Windows?
Using iterm on my mac and wondering if all these commands will work. Does the type/version of console matter and will the commands work on windows systems as well?
1 Answer
Chris Freeman
Treehouse Moderator 68,441 PointsThe Workspaces console is running on Linux. So the commands should work on other POSIX systems.
Using uname
to inspect the Workspaces OS shows it's running on 64-bit GNU/Linux
treehouse:~/workspace$ uname
Linux
treehouse:~/workspace$ uname -a
Linux 4665b889f28c 4.4.44-1.el7.elrepo.x86_64 #1 SMP Fri Jan 20 09:53:32 EST 2017 x86_64 x86_64 x86_64 GNU/Linu
x