hostname
Installation
SKILL.md
hostname - System Hostname Management
The hostname module provides straightforward subcommands to retrieve or update the system's hostname, supporting both long and short formats.
When to Activate
- When identifying the system name for scripts or documentation.
- When changing the system's identity (requires elevated privileges).
Core Principles & Rules
- Formats: Support for
--long(FQDN) and--shortformats. - Permissions: Changing the hostname with
setrequiressudoprivileges.