You've already forked uutils.github.io
mirror of
https://github.com/uutils/uutils.github.io.git
synced 2026-06-10 16:12:28 -07:00
0e5a991130
Add pages for acl, bsdutils, hostname, login, procps, sed, tar, and util-linux.
30 lines
1018 B
Markdown
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.
|