An open API service indexing awesome lists of open source software.

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

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