UNCLASSIFIED

Skip to content
Snippets Groups Projects
Commit abe097ec authored by David Ellen's avatar David Ellen
Browse files

Upload New File

parent d7434c5f
Branches
1 merge request!5Ps move activities to public for easier access by students and inclusion into private Field Guides
Pipeline #14542 passed with stage
in 9 seconds
===== Activity: Conditional Processes (1000-1040)
Write a script that does the following:
* Queries the processes
* Selects a random process
* Outputs “Low process ID” if the process ID is less than 100
* Outputs the process name and session number if the process number is between 100 and 1000
* Checks if the process has more than 3 threads and prints the number of threads if the process id is 1000 or higher and has more than 3 threads
* Checks if the process has more than 5 handles and prints the number of handles if the process id is 1000 or higher and has more than 5 handles
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment