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.
28 lines
885 B
Markdown
28 lines
885 B
Markdown
+++
|
|
|
|
title = "hostname"
|
|
template = "project.html"
|
|
|
|
[extra]
|
|
wip = true
|
|
|
|
+++
|
|
|
|
uutils hostname is a work-in-progress Rust reimplementation of the `hostname` utility, used to get or set the system's hostname.
|
|
|
|
This project aims to be a drop-in replacement for the standard hostname command across Linux, macOS, Windows, and other platforms.
|
|
|
|
> **Note:** This project is still in early development. Many features are not yet implemented and behavior may differ across platforms.
|
|
|
|
# Goals
|
|
|
|
Implement a cross-platform, memory-safe hostname utility compatible with existing command-line interfaces.
|
|
|
|
# Contributing
|
|
|
|
To contribute to uutils hostname, please see [CONTRIBUTING](https://github.com/uutils/hostname/blob/main/CONTRIBUTING.md).
|
|
|
|
# License
|
|
|
|
uutils hostname is licensed under the MIT License - see the [LICENSE](https://github.com/uutils/hostname/blob/main/LICENSE) file for details.
|