hostnamectl
คำสั่งไปยังชุดชื่อโฮสต์เป็นแน่นอน
root ~ # hostnamectl set-hostname --static "YOUR-HOSTNAME-HERE"
ที่นี่เป็นแหล่งเพิ่มเติมที่อธิบายถึงการทำงานนี้มากขึ้นอีกนิดหัวข้อ: ถูกต้องตั้งค่าชื่อโฮสต์ - Fedora 20 ใน Amazon EC2
นอกจากนี้หน้าคนสำหรับhostnamectl
:
HOSTNAMECTL(1) hostnamectl HOSTNAMECTL(1)
NAME
hostnamectl - Control the system hostname
SYNOPSIS
hostnamectl [OPTIONS...] {COMMAND}
DESCRIPTION
hostnamectl may be used to query and change the system hostname and
related settings.
This tool distinguishes three different hostnames: the high-level
"pretty" hostname which might include all kinds of special characters
(e.g. "Lennart's Laptop"), the static hostname which is used to
initialize the kernel hostname at boot (e.g. "lennarts-laptop"), and
the transient hostname which is a default received from network
configuration. If a static hostname is set, and is valid (something
other than localhost), then the transient hostname is not used.
Note that the pretty hostname has little restrictions on the characters
used, while the static and transient hostnames are limited to the
usually accepted characters of Internet domain names.
The static hostname is stored in /etc/hostname, see hostname(5) for
more information. The pretty hostname, chassis type, and icon name are
stored in /etc/machine-info, see machine-info(5).
Use systemd-firstboot(1) to initialize the system host name for mounted
(but not booted) system images.
มีข้อผิดพลาดใน Fedora 21 ที่ SELinux ป้องกันการเข้าถึง hostnamectl คือพบได้ที่นี่หัวข้อ: Bug 1,133,368 - SELinux จะป้องกันไม่ให้ systemd-hostnam จาก 'ยกเลิกการเชื่อมโยง' การเข้าถึงในชื่อโฮสต์ไฟล์
ข้อผิดพลาดนี้ดูเหมือนว่าจะเกี่ยวข้อง มีปัญหากับบริบทของ SELinux ที่ไม่ได้ใช้อย่างถูกต้องกับไฟล์/etc/hostname
เมื่อทำการติดตั้ง สิ่งนี้ปรากฏในเครื่องมือที่hostnamectl
ไม่สามารถจัดการไฟล์/etc/hostname
ได้ หัวข้อเดียวกันนี้เสนอวิธีแก้ปัญหานี้:
$sudo restorecon -v /etc/hostname
หมายเหตุ:แพทช์นั้นถูกนำไปใช้กับ Anaconda (เครื่องมือติดตั้ง) เพื่อที่ว่าปัญหานี้จะหายไปในอนาคตสำหรับผู้ใช้ใหม่