許可權 檔案硬鏈結數或者目錄子目錄數 所有者 所屬組 大小 月 日 年 名字
綠色檔案----------可執行檔案,可執行的程式紅色檔案-----------壓縮檔案或者包檔案藍色檔案----------目錄 www.2cto.com白色檔案----------普通,如文字檔案,配置檔案,原始碼檔案等淺藍色檔案---------鏈結檔案,主要是使用ln命令建立的檔案
紅色閃爍----------表示鏈結的檔案有問題
黃色檔案---------表示裝置檔案
灰色檔案----------表示其它檔案
原文:
type=ethernet (網絡卡型別:乙太網)proxy_method=none
browser_only=no
bootproto=dhcp (網絡卡獲取ip的一種形式,ip配置方式(none/dhcp/static))
defroute=yes
ipv4_failure_fatal=no
ipv6init=yes
ipv6_autoconf=yes
ipv6_defroute=yes
ipv6_failure_fatal=no
ipv6_addr_gen_mode=stable-privacy
name=ens33 (網絡卡名稱)
uuid=cc965401-e35e-409b-bc49-94e454398ea7 (通用唯一標識碼)
device=ens33
onboot=yes (
)
type="ethernet" (網絡卡型別)bootproto="static" (網絡卡獲取ip的形式,ip配置方式(none/dhcp/static) )
defroute="yes"
peerdns="yes"
peerroutes="yes"
ipv4_failure_fatal="no"
ipv6init="yes"
ipv6_autoconf="yes"
ipv6_defroute="yes"
ipv6_peerdns="yes"
ipv6_peerroutes="yes"
ipv6_failure_fatal="no"
ipv6_addr_gen_mode="stable-privacy"
name="ens33" (網絡卡名稱)
uuid="ae04ed91-a630-435e-b327-583632895fa0" (通用唯一標識碼)
device="ens33" (網絡卡名稱)
onboot="yes" (開機載入網絡卡配置檔案)
zone=public
ipaddr=192.168.10.99 (配置的ip)
netmask=255.255.255.0 (子網掩碼)
gateway=192.168.10.1 (閘道器)
dns1=114.114.114.114 (首選dns)
linux下基礎命令
cp複製命令 cp命令複製檔案從乙個位置到另一位置。如果目的地檔案存在,將覆複寫該檔案 如果目的地目錄存在,檔案將複製到該目錄下 目錄不會被複寫 語法 語法是 cp 命令開關 source dest cp options source directory cp options target dire...
Linux下的基礎命令
語法 ls 選項 目錄或檔案 功能 對於目錄,該命令列出該目錄下的所有子目錄與檔案。對於檔案,將列出檔名以及其他資訊。常用選項 a 列出目錄下的所有檔案,包括以 開頭的隱含檔案。d 將目錄象檔案一樣顯示,而不是顯示其下的檔案。如 ls d 指定目錄 i 輸出檔案的 i 節點的索引資訊。如 ls ai...
linux下mysql基礎命令
mysql 預設安裝路徑 usr local mysql 檢視mysql程序 ps aux grep mysql 啟動mysql usr local mysql support files mysql.server start 停止mysql usr local mysql support file...