Linux 網路及服務

2021-07-14 05:46:26 字數 664 閱讀 8756

一、ifconfig 命令

功能說明:

用於檢視和更改網路介面的位址和引數,包括ip

位址、網路掩碼、廣播位址,使用許可權是超級使用者

格式:

ifconfig

–inte***ce [options] address

引數說明:

-inte***ce

:指定的網路介面名,如

eth0

和eth1

up:啟用指定的網路介面卡。

down

:關閉指定的網路介面。

broadcast address

pointopoint

:啟用點對點方式。

address

:設定指定介面裝置的

ip位址。

netmask

address

:設定介面的子網掩碼

例子:

ifconfig

ifconfig

eth0 192.168.66.127

ifconfig

eth0 down

ifconfig

eth0 up

二、其他網路命令

linux網路服務

apache 涉及的軟體包 涉及的協議 埠 80 服務的工作路徑 配置檔案 listen 80 服務啟動之後監聽哪個埠 include conf.d conf 包含子配置檔案 user apache 服務執行的時候的程序身份 group apache 如果啟動httpd的時候報錯 停止 httpd ...

Linux 網路服務

nfs網路檔案系統,類似於網路上的芳鄰,他是計算機之間共享檔案的方法 不佔本地磁碟空間,通過同步寫磁碟實現分布式處理功能。利用字元命令方式,高效能,可靈活配置。擴充新的資源或環境時不需要改變現有的工作環境。cdrom和usb等裝置可以在網路上被其他計算機使用。home目錄可以放在nfs伺服器上。共享...

Linux網路服務 DNS服務

目錄 一.dns系統的作用以及型別 二.bind的安裝和配置檔案 三.構建網域名稱伺服器 root 192 rpm qa bind bind 9.11.4 9.p2.el7.x86 64 root 192 options listen on v6 port 53 directory var name...