Add Windows support for kill by process ID --from winuxcmd project
Nobody has claimed this yet.
Assessment
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Newbie friendliness
- 48/100
- Issue type
- Feature
- Clarity
- Mostly clear
- Activity status
- Quiet
- Tech stack
- rust
- Domain
- cli, operating-systems
Research direction
Start by reviewing the existing handling of the kill command and the Windows process-management APIs available for terminating a process by PID. Check each proposed invocation, including numeric and named signals, and document the limits of the implementation; done means the listed commands work on Windows without implying full POSIX signal support.
Written by the indexing model from the issue text.
Description
Summary
kill is currently not shipped in Coreutils for Windows because Windows does not provide POSIX signals. However, Windows can still terminate processes by process ID through native process APIs.
This issue proposes adding a Windows-specific kill implementation that supports PID-based process termination while clearly documenting that it is not full POSIX signal support.
Proposed behavior
Support commands such as:
kill <PID>
kill -9 <PID>
kill -KILL <PID>
kill -TERM <PID>
kill -s KILL <PID>
kill --signal=TERM <PID>
kill --list
- Dominant language
- Rust
- Stars
- 5.2k
- Forks
- 107
- Avg merge
- 2d 19h
- Merged PRs (30d)
- 4
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from microsoft/coreutils
-
Difficulty 2/5 1-3 hours Newbie friendliness 65/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
sleep has 9MB Open
Difficulty 5/5 Over a week Newbie friendliness 35/100
-
grep not work Open
Difficulty 3/5 1-2 days Newbie friendliness 55/100
-
Difficulty 3/5 1-2 days Newbie friendliness 52/100
All issues in microsoft/coreutils
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
ontola/atomic-server#1625 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
VirusTotal/yara-x#777 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
stratum-mining/stratum#2404 ·
-
bug ci good first issue
Difficulty 2/5 1-3 hours Newbie friendliness 88/100