본문 바로가기
OS/Linux

linux / centos7 / hostname

by 하하IT 2020. 4. 19.

[root@localhost ~]# hostname

localhost.localdomain

[root@localhost ~]# set-hostname   ABCD

-bash: set-hostname: command not found

[root@localhost ~]#

[root@localhost ~]# hostnamectl  set-hostname ABCD

[root@localhost ~]#

[root@localhost ~]# hostname

abcd

[root@localhost ~]#

 

 

ssh재접속시 적용됨

'OS > Linux' 카테고리의 다른 글

centos / port forwarding / 80 , 8080  (0) 2020.04.19
centos / openjdk  (0) 2020.04.19
crontab / crond  (0) 2020.04.17
yum / update / 자동 업데이트  (0) 2020.04.17
ssh / port 수정  (0) 2020.04.17