freebsd man page for hostname

Query: hostname

OS: freebsd

Section: 1

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

HOSTNAME(1)						    BSD General Commands Manual 					       HOSTNAME(1)

NAME
hostname -- set or print name of current host system
SYNOPSIS
hostname [-fs] [name-of-host]
DESCRIPTION
The hostname utility prints the name of the current host. The super-user can set the hostname by supplying an argument; this is usually done in the initialization script /etc/rc.d/hostname, normally run at boot time. This script uses the hostname variable in /etc/rc.conf. Options: -f Include domain information in the printed name. This is the default behavior. -s Trim off any domain information from the printed name.
SEE ALSO
gethostname(3), rc.conf(5)
HISTORY
The hostname command appeared in 4.2BSD.
BSD
December 7, 2006 BSD
Related Man Pages
hostname(1) - redhat
check-hostname(1m) - opensolaris
ypdomainname(1) - redhat
check-hostname(1m) - sunos
hostname(1) - suse
Similar Topics in the Unix Linux Community
Hostname displays incorrectly
gethostbyname_r returns NULL when hostname has dash
FQDN into domain name and hostname
hostname.bge0 failing after creating bge0:1 and rebooting
How to extract hostname from file using awk?