This is a simple program that gets a PID as an argument, then show the process command and username of its owner, and finally ask if you want to kill it. It help us to prevent of killing other process with similar process ID.
``./pkiller <PID>
./pkiller 1234
This program is only for educational purposes and should not be used for malicious activities.
This program is licensed under the MIT License.
- Add support for killing processes with name
- Add support for killing processes with signal
- Colorize the output
- Show all Prozesses, when user doesn't run this program with a Process ID.