tldr/pages.ru/linux/hostnamectl.md

21 lines
746 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# hostnamectl
> Получение и установка имени хоста компьютера.
> Больше информации: <https://manned.org/hostnamectl>.
- Получить имя хоста компьютера:
`hostnamectl`
- Задать имя хоста компьютера:
`sudo hostnamectl set-hostname "{{имя_хоста}}"`
- Задать красивое (короткое) имя хоста компьютера:
`sudo hostnamectl set-hostname --static "{{имя_хоста.example.com}}" && sudo hostnamectl set-hostname --pretty "{{имя_хоста}}"`
- Сбросить имя хоста компьютера к значению по умолчанию:
`sudo hostnamectl set-hostname --pretty ""`