Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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/
Expand Down
Loading