Files
Sylvestre Ledru 0e5a991130 Add new project pages
Add pages for acl, bsdutils, hostname, login, procps, sed, tar,
and util-linux.
2026-04-01 08:29:59 +02:00

30 lines
1018 B
Markdown

+++
title = "util-linux"
template = "project.html"
[extra]
wip = true
+++
uutils util-linux is a work-in-progress Rust reimplementation of the util-linux suite, a collection of essential Linux system utilities.
This project aims to provide memory-safe, cross-platform replacements for tools such as `mount`, `umount`, `lsblk`, `fdisk`, `kill`, and many others found in util-linux.
> **Note:** This project is still in early development. Many features are not yet implemented and behavior may differ from the original util-linux tools.
# Goals
Implement a cross-platform, memory-safe set of utilities compatible with the util-linux command-line interfaces.
# Contributing
To contribute to uutils util-linux, please see [CONTRIBUTING](https://github.com/uutils/util-linux/blob/main/CONTRIBUTING.md).
# License
uutils util-linux is licensed under the MIT License - see the [LICENSE](https://github.com/uutils/util-linux/blob/main/LICENSE) file for details.
util-linux is licensed under the GPL 2.0 or later.