1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 10:02:10 +02:00
tldr/pages/linux/hostnamectl.md
2017-05-07 17:11:41 +05:30

200 B

hostnamectl

Get or set the hostname of the computer.

  • Get the hostname of the computer:

hostnamectl

  • Set the hostname of the computer:

sudo hostnamectl set-hostname "{{some_hostname}}"