記住了吧, 省得書到用時方恨少
linux 目錄架構
/ 根目錄
/bin 常用的命令 binary file 的目錄
/boot 存放系統啟動時必須讀取的檔案,包括核心 (kernel ) 在內
/boot/grub/menu.lst grub設定
/boot/vmlinuz 核心
/boot/initrd 核心解壓縮所需 ram disk
/dev 系統周邊裝置
/etc 系統相關設定檔案
/etc/dir_colors 設定顏色
/etc/hostname 設定使用者的節點名
/etc/networking 只有yes標明網路存在
/etc/host.conf 檔案說明使用者的系統如何查詢節點名
/etc/hosts 設定使用者自已的ip與名字的對應表
/etc/hosts.allow 設定允許使用inetd的機器使用
/etc/hosts.deny 設定不允許使用inetd的機器使用
/etc/hosts.equiv 設定遠端機不用密碼
//無敵分界線/
檢視系統配置
和構思如下 print r server 您可以列印看下服務陣列裡的所有內容資訊看下,這樣就可以迎刃而解拉。echo echo 以下是您要輸出的內容 print r server script filename echo function getos else if eregi win 9x age...
檢視Linux系統配置
1.顯示cpu架構資訊 root localhost lscpu architecture x86 64 cpu op mode s 32 bit,64 bit byte order little endian cpu s 4 總處理器核心數量 on line cpu s list 0 3 thre...
檢視系統配置 命令輸出
1 檢視cpu資訊 記憶體資訊 2 分頁瀏覽cpu資訊 記憶體資訊 3 檢視網絡卡配置檔案內容 4 分頁檢視 etc passwd 5 分頁檢視 root install.log 檢視檔案內容的命令主要是cat more less,具體區別是,cat較適合檢視小檔案,more與less較適合檢視大檔...