diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2022-05-24 22:57:53 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2022-05-24 22:57:53 -0500 |
commit | 2ebe90dd230ae1e94889554498bea2ae22df1888 (patch) | |
tree | a24388dfd3d9fe617c64b5e11d056f6d7b301fc9 | |
parent | 3743d9feaae50465f0b08ae8a30cad1de2110c9b (diff) | |
download | shimmy-2ebe90dd230ae1e94889554498bea2ae22df1888.tar.gz shimmy-2ebe90dd230ae1e94889554498bea2ae22df1888.tar.bz2 shimmy-2ebe90dd230ae1e94889554498bea2ae22df1888.tar.xz shimmy-2ebe90dd230ae1e94889554498bea2ae22df1888.zip |
README: Add hostname(1) section
-rw-r--r-- | README.rst | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -80,6 +80,20 @@ issue with strict POSIX® conformance. * NetBSD does not recognise _-prefixed POSIX2 variables. +hostname(1) +``````````` + +The hostname(1) utility returns the current host and/or domain name for the +presently running operating environment. It additionally allows a superuser +to set the host and/or domain name. + +This utility is not present in POSIX®, but is needed for setting the host +name on Adélie system startup, and is generally useful. + +This implementation has been tested on Linux and Darwin. It has most of the +Linux net-tools short flags, but does not presently support long flags. + + localedef(1) ```````````` |