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 trialBrian Hudson
14,785 PointsHow to leave top running and type commands into command line?
I must have missed it but have watched the video twice without finding a solution...here's my question:
When he runs top in tab 2, then "leaves it running" and begins typing commands into the command line, how does he do it? I can't get back to the command line without exiting the program altogether (hitting the "q" key)...?
1 Answer
Brian Hudson
14,785 PointsThanks for the reply. He actually answered this question in the next video, using your method.
Nate Meyer
3,887 PointsNate Meyer
3,887 PointsI didn't watch the video, but
ctrl+z
will take the foreground application and move it to the background. Use thefg
command to return it to the foreground.