From 1db6ec73e7a94c5212a0fbfb8f28898650ab3770 Mon Sep 17 00:00:00 2001 From: oech3 <79379754+oech3@users.noreply.github.com> Date: Tue, 23 Jun 2026 15:19:13 +0900 Subject: [PATCH] README.md: Add note about kill --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c6892e89..238c1eed 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,6 @@ First, reimplement the most important tools from util-linux: - `sulogin`: Provides single-user mode login. - `chrt`: Manages real-time process attributes. - `ionice`: Sets process I/O scheduling class/priority. -- `kill`: Sends signals to processes. - `renice`: Alters process priority. - `prlimit`: Sets/gets process resource limits. - `taskset`: Sets/gets process CPU affinity. @@ -102,7 +101,8 @@ First, reimplement the most important tools from util-linux: - `uuidgen`: Generate different types of UUID. Note: -* /bin/more is already implemented in https://github.com/uutils/coreutils +* `kill` and `more` is not implemented at here to avoid confliction with https://github.com/uutils/coreutils +Most Linux distributions do not use them from GNU coreutils. But we have then as coreutils currently. Project: http://www.kernel.org/pub/linux/utils/util-linux/