commit 51423ef7bc1699e4096021a94d335953d1c7e8fb Author: Sylvestre Ledru Date: Mon Jan 15 23:07:40 2024 +0100 document hostname diff --git a/README.md b/README.md new file mode 100644 index 0000000..4cab3de --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +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 this command in Rust: +* /bin/hostname +* /bin/dnsdomainname +* /bin/domainname +* /bin/nisdomainname +* /bin/ypdomainname + +Upstream: +TODO