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 Console Foundations Processes Processes

Irma Millirons
Irma Millirons
9,711 Points

Glitch

I just completed Processes in Front End Development this question Which program will display a list of all processes and return to the command line immediately? I put the answer as grep but it says its wrong,then it says every answer is wrong.So what's right answer.

2 Answers

Ken Alger
STAFF
Ken Alger
Treehouse Teacher

Irma;

You are wanting the ps command which gives a snapshot of the current processes. If you want a repetitive update of this status, use top.

Ken