閑扯閑聊Ubuntu配置文件系統(tǒng)初始化
Shell Ubuntu 配置文件 特別值得一提的是配置文件有很多值得學習的地方,這里我們主要介紹Shell Ubuntu配置文件 ,包括介紹Ubuntu配置文件等方面。Ubuntu 將有規(guī)律和計劃的不斷發(fā)布; 每 6 個月發(fā)布一個新版本。你可以使用當前穩(wěn)定版本或者開發(fā)版本。每一種版本的安全升級將支持 18 個月。
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”命令修改此文件,而不要直接編輯)
Shell Ubuntu 配置文件
/etc/shell 可用Shell列表
/etc/inputrc ReadLine控件設(shè)定
/etc/profile 用戶***項
/etc/bash.bashrc bash配置文件
Ubuntu 配置文件系統(tǒng)環(huán)境
/etc/environment 環(huán)境變量
/etc/updatedb.conf 文件檢索數(shù)據(jù)庫配置信息
/etc/issue 發(fā)行信息
/etc/issue.net
/etc/screenrc 屏幕設(shè)定
Ubuntu 配置文件網(wǎng)絡(luò)
/etc/iftab 網(wǎng)卡MAC地址綁定
/etc/hosts 主機列表
/etc/hostname 主機名
/etc/resolv.conf 域名解析服務(wù)器地址
/etc/network/interfaces 網(wǎng)卡配置文件
via Ubuntu 配置文件來自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 串口硬盤
Ubuntu 配置文件命令解釋:
hdax/sdax上面已經(jīng)解釋過了~~~~生成的引導文件名字就是bootsect.lnx
弄好之后進入Windows把生成的引導文件COPY進C盤,在boot.ini加C:"bootsect.lnx="Ubuntu",OK!
【編輯推薦】