
hostname
List of commands for hostname:
-
hostname:tldr:0897a hostname: Show current host name.$ hostnametry on your machineexplain this command
-
hostname:tldr:980f3 hostname: Show all network addresses of the host.$ hostname -Itry on your machineexplain this command
-
hostname:tldr:b2802 hostname: Show the FQDN (Fully Qualified Domain Name).$ hostname --fqdntry on your machineexplain this command
-
hostname:tldr:cec68 hostname: Set current host name.$ hostname ${new_hostname}try on your machineexplain this command
-
hostname:tldr:f0171 hostname: Show the network address of the host name.$ hostname -itry on your machineexplain this command