728x90
hostname 확인
# 방법 1.
hostname
# 방법 2.
cat /etc/hostname
hostname 변경
# 방법 1.
hostnamectl set-hostname ${new_hostname}
# 방법 2.
vi /etc/hostname
${new_hostname} 으로 파일 수정
변경 후 reboot 하면 적용된 것 확인 가능
728x90
'Linux' 카테고리의 다른 글
Ubuntu 날짜/시간 변경하기(timedatectl, dpkg-reconfigure) (0) | 2023.07.19 |
---|---|
[Linux] 수동으로 ADB/Fastboot 버전 업그레이드 하기 (0) | 2023.04.20 |
Ubuntu SerialNumber, MAC address 확인 (0) | 2022.12.19 |
[linux] tee로 파일 저장하기 (0) | 2022.12.02 |
[linux] iperf3: error - unable to connect to server: Connection timed out (0) | 2022.12.01 |