Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.07 KB

Challenge-06.md

File metadata and controls

27 lines (18 loc) · 1.07 KB

Challenge 06 - Process management

< Previous Challenge - Home - Next Challenge >

Description

In this challenge your objectives will involve basic process management, giving you real-world activities such as checking a list of processes running, identifying process ids and discovering process execution in y our environment.

  • Discover how many processes are running on your server
  • View the list of processes in tree format
  • Identify if the syslog process is running
  • Identify the process id of the syslog process

Success Criteria

  1. Ensure you can view all process running in your server
  2. Check the number of processes are running on your server
  3. Validate if you can see the process tree
  4. Show the syslog process running
  5. Show the PID of the syslog process

Learning Resources