1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 16:35:28 +02:00

New command: hostnamectl

This commit is contained in:
Starbeamrainbowlabs 2017-05-07 09:45:47 +01:00 committed by Agniva De Sarker
parent 73ec3a8811
commit 8125f34ee7

View file

@ -0,0 +1,11 @@
# 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}}"`