- This topic has 0개 답변, 1명 참여, and was last updated 4 years, 5 months 전에 by
태랑. This post has been viewed 1919 times
-
-
안녕하세요 태랑 입니다.
• 환경 : Fedora 33
hostnamectl 을 통해서 조회 및 설정된 호스트네임을 변경 할 수 있습니다.
1. 호스트네임(hostname) 조회
user$ hostnamectl Static hostname: wmp Icon name: computer-vm Chassis: vm Machine ID: cad660323ce94f1d80051ab34837f84e Boot ID: 9378706bf54a4e7ba73bcc94c575ecf2 Virtualization: oracle Operating System: Fedora 33 (Workstation Edition) CPE OS Name: cpe:/o:fedoraproject:fedora:33 Kernel: Linux 5.10.14-200.fc33.x86_64 Architecture: x86-64 # 또는 기존의 방식의 명령어 user$ hostname wmp
2. 호스트네임(hostname)의 변경
변경은 hostnamectl 를 이용 할 수 있습니다.
user$ sudo hostnamectl set-hostname wmp2 user$ hostnamectl Static hostname: wmp2 Icon name: computer-vm Chassis: vm Machine ID: cad660323ce94f1d80051ab34837f84e Boot ID: 9378706bf54a4e7ba73bcc94c575ecf2 Virtualization: oracle Operating System: Fedora 33 (Workstation Edition) CPE OS Name: cpe:/o:fedoraproject:fedora:33 Kernel: Linux 5.10.14-200.fc33.x86_64 Architecture: x86-64
대소문자 구별을 하려면 --static 옵션을 사용하면 됩니다
hostnamectl --static ..related topic
https://www.fedoralinux.or.kr/forums/topic/12153오픈소스를 응원합니다 Blog https://hoing.io
Senior Database Administrator(MySQL, Oracle)사이트 이용 문의 사항은 댓글이나 admin@fedoralinux.or.kr 로 메일주세요
- 답변은 로그인 후 가능합니다.