Terminate Processes by Name and ID

# Introduction In this challenge, you need to kill the process with some specific program. ## Achievements - `kill` - Send a signal to a process - `killall` - Kill all processes by name - `pkill` - Kill all processes by name

|60 : 00

Click the virtual machine below to start practicing