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