Skip to content
This repository was archived by the owner on Jun 5, 2022. It is now read-only.

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

More homework hints

  1. pee eye dee of pie thon.

  2. Use ps, grep, cut.

  3. COMMAND_TO_LIST_ALL_PIDS | FILTER_OUT_JUST_*YTHON | CUT_OUT_JUST_THE_PIDS | GREP_FOR_EVENS/ODDS | SEND_A_SIGNAL_WITH_KILL_AND_XARGS

  4. GREP_FOR_FILES_CONTAINING_PATTERN | FILTER_IF_NEEDED | USE xargs HERE

  5. List all processes belong to a $USERNAME with ps -u $USERNAME. You can get the pids from this list and send a signal to those pids.