Print this page
Placeholder
   1 '\" te
   2 .\" Copyright (c) 1992, Sun Microsystems, Inc.

   3 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
   4 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
   5 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
   6 .TH HOSTNAME 1 "Sep 14, 1992"
   7 .SH NAME
   8 hostname \- set or print name of current host system
   9 .SH SYNOPSIS
  10 .LP
  11 .nf
  12 \fB/usr/bin/hostname\fR [\fIname-of-host\fR]
  13 .fi
  14 
  15 .SH DESCRIPTION
  16 .sp
  17 .LP
  18 The \fBhostname\fR command prints the name of the current host, as given before
  19 the \fBlogin\fR prompt. The super-user can set the hostname by giving an
  20 argument.





  21 .SH SEE ALSO
  22 .sp
  23 .LP
  24 \fBuname\fR(1), \fBattributes\fR(5)
   1 '\" te
   2 .\" Copyright (c) 1992, Sun Microsystems, Inc.
   3 .\" Copyright 2016 RackTop Systems.
   4 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
   5 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
   6 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
   7 .TH HOSTNAME 1 "May 10, 2016"
   8 .SH NAME
   9 hostname \- set or print name of current host system
  10 .SH SYNOPSIS
  11 .LP
  12 .nf
  13 \fB/usr/bin/hostname\fR [\fI-d\fR | \fI-f\fR] [\fIdomain\fR | \fIhostname\fR]
  14 .fi
  15 
  16 .SH DESCRIPTION
  17 .sp
  18 .LP
  19 With no arguments th \fBhostname\fR command prints the name of the current
  20 host, as given before the \fBlogin\fR prompt.  If \fB-d\fR is passed the
  21 hostname command will instead print out the name of default domain, and if
  22 \fB-f\fR is passed the hostname will be fully-qualified.
  23 .sp
  24 The super-user can set the hostname (or domain name if \fB-d\fR is passed) by
  25 passing the new value as an additional argument.  The FQDN (fully qualified
  26 domain name) cannot be set using the hostname command.
  27 .SH SEE ALSO
  28 .sp
  29 .LP
  30 \fBuname\fR(1), \fBattributes\fR(5)