"리눅스 hostnamectl"의 두 판 사이의 차이

잔글 (봇: Jmnote의 2017-12-03T08:56:47Z 에 작성한 398401 판으로 되돌림)
잔글 (봇: 자동으로 텍스트 교체 (-source +syntaxhighlight))
 
7번째 줄: 7번째 줄:
* 그냥 실행하면 [[hostnamectl status]] 와 동일
* 그냥 실행하면 [[hostnamectl status]] 와 동일


<source lang='console'>
<syntaxhighlight lang='console'>
root@zetawiki:~# hostnamectl
root@zetawiki:~# hostnamectl
   Static hostname: zetawiki.example.com
   Static hostname: zetawiki.example.com
17번째 줄: 17번째 줄:
             Kernel: Linux 3.16.0-30-generic
             Kernel: Linux 3.16.0-30-generic
       Architecture: x86_64
       Architecture: x86_64
</source>
</syntaxhighlight>
<source lang='console'>
<syntaxhighlight lang='console'>
root@zetawiki2:~# hostnamectl
root@zetawiki2:~# hostnamectl
   Static hostname: zetawiki2
   Static hostname: zetawiki2
29번째 줄: 29번째 줄:
             Kernel: Linux 4.4.0-31-generic
             Kernel: Linux 4.4.0-31-generic
       Architecture: x86-64
       Architecture: x86-64
</source>
</syntaxhighlight>
<source lang='console'>
<syntaxhighlight lang='console'>
[root@zetawiki3 ~]# hostnamectl
[root@zetawiki3 ~]# hostnamectl
   Static hostname: zetawiki3
   Static hostname: zetawiki3
42번째 줄: 42번째 줄:
             Kernel: Linux 3.10.0-327.36.3.el7.x86_64
             Kernel: Linux 3.10.0-327.36.3.el7.x86_64
       Architecture: x86-64
       Architecture: x86-64
</source>
</syntaxhighlight>


==명령어==
==명령어==

2020년 11월 2일 (월) 00:56 기준 최신판

1 개요[ | ]

리눅스 hostnamectl
/usr/bin/hostnamectl
  • "호스트명 컨트롤"
  • 시스템 호스트명을 제어하는 리눅스 명령어
  • 그냥 실행하면 hostnamectl status 와 동일
root@zetawiki:~# hostnamectl
   Static hostname: zetawiki.example.com
         Icon name: computer-vm
           Chassis: vm
           Boot ID: 1e35ac7f92b468035d79a146c8e02bd5
    Virtualization: kvm
  Operating System: Ubuntu 14.04.4 LTS
            Kernel: Linux 3.16.0-30-generic
      Architecture: x86_64
root@zetawiki2:~# hostnamectl
   Static hostname: zetawiki2
         Icon name: computer-vm
           Chassis: vm
        Machine ID: e135ac79f2bd4a6ce80b3dfc57e9adf1
           Boot ID: 579136ac8e024b7d91358fc0246e9ad1
    Virtualization: xen
  Operating System: Ubuntu 16.04.1 LTS
            Kernel: Linux 4.4.0-31-generic
      Architecture: x86-64
[root@zetawiki3 ~]# hostnamectl
   Static hostname: zetawiki3
         Icon name: computer-vm
           Chassis: vm
        Machine ID: a70fb5156e33479291b545992cc396fc
           Boot ID: 3389a054697e42c6ae3bafaebf4b9eea
    Virtualization: vmware
  Operating System: CentOS Linux 7 (Core)
       CPE OS Name: cpe:/o:centos:centos:7
            Kernel: Linux 3.10.0-327.36.3.el7.x86_64
      Architecture: x86-64

2 명령어[ | ]

명령어 설명
hostnamectl status 현재 호스트명 설정 조회
hostnamectl set-hostname 호스트명 시스템 호스트명 설정
hostnamectl set-icon-name 아이콘명 호스트 아이콘명 설정
hostnamectl set-chassis 섀시명 호스트명 섀시 유형 설정

3 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}