Ubuntu系統(tǒng)的文件對比介紹
給大家推薦一款很不錯的Ubuntu系統(tǒng)很有學習價值,這里我主要講解Ubuntu系統(tǒng)的應用,包括介紹Ubuntu系統(tǒng)文件對照知識等方面。Ubuntu 宣言: 軟件應免費提供,軟件工具應能以人們本地語種的形式可用且不犧牲任何功能,人們應擁有定制及改變他們軟件的自由,這包括以任何他們認為適宜的方式。
Ubuntu系統(tǒng)初始化 文件對照
/etc/timezone 時區(qū)
/etc/inetd.conf 超級進程
文件Ubuntu系統(tǒng)
/etc/fstab 開機時掛載的文件系統(tǒng)
/etc/mtab 當前掛載的文件系統(tǒng)
用戶Ubuntu系統(tǒng)
/etc/passwd 用戶信息
/etc/shadow 用戶密碼
/etc/group 群組信息
/etc/gshadow 群組密碼
/etc/sudoers Sudoer列表(請使用“visudo”命令修改此文件,而不要直接編輯)
Ubuntu系統(tǒng)Shell
/etc/shell 可用Shell列表
/etc/inputrc ReadLine控件設定
/etc/profile 用戶首選項
/etc/bash.bashrc bash配置文件
Ubuntu系統(tǒng)環(huán)境
/etc/environment 環(huán)境變量
/etc/updatedb.conf 文件檢索數據庫配置信息
/etc/issue 發(fā)行信息
/etc/issue.net
/etc/screenrc 屏幕設定
Ubuntu系統(tǒng)網絡
/etc/iftab 網卡MAC地址綁定
/etc/hosts 主機列表
/etc/hostname 主機名
/etc/resolv.conf 域名解析服務器地址
/etc/network/interfaces 網卡配置文件
via 來自Ubuntu部落的教程
用DD命令生成引導文件方法:
dd if=/dev/hdax of=/mnt/fat32/bootsect.lnx bs=512 count=1 并口硬盤
dd if=/dev/sdax of=/mnt/fat32/bootsect.lnx bs=512 count=1 串口硬盤
命令解釋:
hdax/sdax上面已經解釋過了~~~~生成的引導文件名字就是bootsect.lnx
弄好之后進入Windows把生成的引導文件COPY進C盤,在boot.ini加C:"bootsect.lnx="Ubuntu",OK!
【編輯推薦】