centos7下永久修改hostname

2021-08-15 04:48:37 字數 580 閱讀 1265

centos7 裡面修改hostname的方式有所改變,修改/etc/hosts和/etc/sysconfig/network兩個檔案已經不能生效。使用的新命令是:

bash

shell> hostnamectl set-hostname centos7

shell> su

shell> hostname

centos7

centos7之前的版本請用此方法:

bash

shell> vi /etc/sysconfig/network

networking=yes

hostname=centos6

:wq #儲存並退出

區域網a/b主機直接通過hostname訪問主機b:

bash

shell> vi /etc/sysconfig/network

gateway=192.168.1.100 #當前主機內網ip

:wq #儲存並退出

shell> vi /etc/hosts

192.168.1.100 hostname

:wq #儲存並退出

centos7如何永久修改別名?

centos7如何永久修改別名?eg 讓rm命令等價echo command not exec 第乙個里程 編寫profile檔案 vi etc profile alias rm echo command exec 第二個里程 載入profile檔案內容 source etc profile 補充 ...

Centos7下永久修改mysql5 6最大連線數

網上看了好多的文章,教程都未能生效。1 安裝好mysql服務 2 編輯mysql配置檔案 vim etc my.cnf3 在 mysqld 分段下新增一行 max connections 100005 在檔案尾部新增2行 limitnofile 65535 limitnproc 655356 重啟使...

centos7臨時修改IP 永久修改IP

ifconfig eno16777736 192.168.1.101 注意 eno16777736 是預設第乙個網路介面名稱 第一步 檢視網路介面 ifconfig 第二步 去對應的網路介面配置檔案修改配置,注意檔名稱是 ifcfg 預設第乙個網路介面名稱 檔案路徑是 etc sysconfig n...