Obsidian/Recognition/Programing/Linux/RHEL9/PC 이름 변경.md

9 lines
90 B
Markdown
Raw Normal View History

2023-08-14 16:19:25 +00:00
```bash
# hostname 확인
hostname
# hostname 변경
hostnamectl set-hostname SACP6
```