https://github.com/uutils/hostname
Rust reimplementation of the hostname project
https://github.com/uutils/hostname
Last synced: about 1 year ago
JSON representation
Rust reimplementation of the hostname project
- Host: GitHub
- URL: https://github.com/uutils/hostname
- Owner: uutils
- License: mit
- Created: 2024-01-15T22:06:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-22T04:56:53.000Z (about 1 year ago)
- Last Synced: 2025-04-22T06:37:56.138Z (about 1 year ago)
- Language: Rust
- Homepage:
- Size: 347 KB
- Stars: 10
- Watchers: 4
- Forks: 7
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
hostname
========
hostname provides commands which can be used to display the system's
DNS name, and to display or set its hostname or NIS domain name.
Reimplement the following commands in Rust:
* /bin/hostname
* /bin/dnsdomainname
* /bin/domainname
* /bin/nisdomainname
* /bin/ypdomainname
Upstream:
TODO
## License
hostname is licensed under the MIT License - see the `LICENSE` file for details