Linux/CentOS7
How to change hostname on CentOS 7
장성한군사
2017. 9. 19. 16:18
1. /etc/hostname file |
# vi /etc/hostname lux01 |
2. system reboot |
# init 6 |
OR
# hostnamectl set-hostname lux01 |
# init 6 |