閑扯閑聊Ubuntu配置文件系統初始化
Shell Ubuntu 配置文件 特別值得一提的是配置文件有很多值得學習的地方,這里我們主要介紹Shell Ubuntu配置文件 ,包括介紹Ubuntu配置文件等方面。Ubuntu 將有規律和計劃的不斷發布; 每 6 個月發布一個新版本。你可以使用當前穩定版本或者開發版本。每一種版本的安全升級將支持 18 個月。
Ubuntu 配置文件系統初始化
/etc/timezone 時區
/etc/inetd.conf 超級進程
Ubuntu 配置文件系統
/etc/fstab 開機時掛載的文件系統
/etc/mtab 當前掛載的文件系統
Ubuntu 配置文件用戶系統
/etc/passwd 用戶信息
/etc/shadow 用戶密碼
/etc/group 群組信息
/etc/gshadow 群組密碼
/etc/sudoers Sudoer列表(請使用“visudo”命令修改此文件,而不要直接編輯)
Shell Ubuntu 配置文件
/etc/shell 可用Shell列表
/etc/inputrc ReadLine控件設定
/etc/profile 用戶***項
/etc/bash.bashrc bash配置文件
Ubuntu 配置文件系統環境
/etc/environment 環境變量
/etc/updatedb.conf 文件檢索數據庫配置信息
/etc/issue 發行信息
/etc/issue.net
/etc/screenrc 屏幕設定
Ubuntu 配置文件網絡
/etc/iftab 網卡MAC地址綁定
/etc/hosts 主機列表
/etc/hostname 主機名
/etc/resolv.conf 域名解析服務器地址
/etc/network/interfaces 網卡配置文件
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上面已經解釋過了~~~~生成的引導文件名字就是bootsect.lnx
弄好之后進入Windows把生成的引導文件COPY進C盤,在boot.ini加C:"bootsect.lnx="Ubuntu",OK!
【編輯推薦】