Files

21 lines
404 B
Markdown
Raw Permalink Normal View History

2024-01-15 23:07:40 +01:00
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.
2024-03-26 22:43:21 +01:00
2025-03-06 11:52:01 +01:00
Reimplement the following commands in Rust:
2024-01-15 23:07:40 +01:00
* /bin/hostname
* /bin/dnsdomainname
* /bin/domainname
* /bin/nisdomainname
* /bin/ypdomainname
Upstream:
TODO
2024-03-26 22:43:21 +01:00
## License
2025-03-06 11:52:01 +01:00
hostname is licensed under the MIT License - see the `LICENSE` file for details