From 51423ef7bc1699e4096021a94d335953d1c7e8fb Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 15 Jan 2024 23:07:40 +0100 Subject: [PATCH] document hostname --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md 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