linux中的配置檔案/etc/profile和.bashfile 的區別
/etc/profile
這個檔案是每個使用者登入時都會執行的環境變數設定搜尋
.bashfile
是單使用者登入時執行的 例如:root會執行的
沒有必要記得太清,只要知道大致是幹什麼的,操作多了就明白了!
注意:前面有/etc/**的是系統級的配置檔案
前面無/etc/**的是使用者級別的
公共的啟動配置檔案(系統級的)
/etc/bashrc 存有整個系統的別名和功能(Ubuntu是/etc/bash.bashrc)
/etc/profile 存有整個系統的環境引數和啟動程式
個人的啟動配置檔案(使用者級的)
決定使用者自己所獨有的一些配置
$HOME/.bashrc 存有使用者別名和功能
$HOME/.bash_profile 存有使用者環境引數和啟動程式(Ubuntu是~/.profile)
$HOME/.bash_logout 存有退出系統時的結束方式
$HOME /.inputrc 存有主要繫結數值和其他位元數值(Ubuntu預設只有/etc/inputrc)
公共的啟動配置檔案(系統級的)
/etc/bashrc 存有整個系統的別名和功能(Ubuntu是/etc/bash.bashrc)
/etc/profile 存有整個系統的環境引數和啟動程式
個人的啟動配置檔案(使用者級的)
決定使用者自己所獨有的一些配置
$HOME/.bashrc 存有使用者別名和功能
$HOME/.bash_profile 存有使用者環境引數和啟動程式(Ubuntu是~/.profile)
$HOME/.bash_logout 存有退出系統時的結束方式
$HOME /.inputrc 存有主要繫結數值和其他位元數值(Ubuntu預設只有/etc/inputrc)
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29913993/viewspace-1280784/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Solaris 10中/etc/fstab和/etc/mntab配置檔案的區別
- Spring - 配置檔案中的classpath: 和 classpath*: 的區別Spring
- 【Linux/etc/profile檔案詳解 】Linux
- Profile配置和載入配置檔案
- Linux下/etc/profile、~/.bash_profile等幾個檔案的執行過程Linux
- Linux系統環境變數檔案解析(etc/profile ,/etc/bashrc ,~/.bash_profile)Linux變數
- Linux中檔案與目錄的區別Linux
- maven中的profile檔案的解析Maven
- Linux下環境變數配置方法梳理(.bash_profile和.bashrc的區別)Linux變數
- linux-中塊裝置檔案和字元裝置檔案的本質區別Linux字元
- Linux中“>”和“>>”的區別Linux
- /etc/profile、~/.bash_profile等幾個檔案的執行過程
- linux下系統啟動時,幾個配置檔案 /etc/profile、~/.bash_profile 等幾個檔案的執行過程,先後順序Linux
- linux的umask以及登入Linux時/etc/profile、~/.bash_profile等幾個檔案的執行過程Linux
- .bash_profile和.bashrc等等的區別
- .ora檔案、.dbf檔案和.dat檔案的區別
- request 和response 中的setCharacterEncoding區別Encoding
- springboot 配置檔案 .properties和.yml的寫法區別Spring Boot
- 怎樣理解和識別 Linux 中的檔案型別Linux型別
- linux下 /etc/profile、~/.bash_profile ~/.profile的執行過程Linux
- 百度搜尋:藍易雲【Linux系統中bashrc和profile的區別 】Linux
- ubuntu系統環境配置檔案的區別Ubuntu
- js中style,currentStyle和getComputedStyle的區別JS
- linux /etc/fstab檔案配置說明Linux
- .bash_profile和.bashrc的什麼區別(轉)
- Gitfetch和gitpull的區別Git
- 分享Linux下的sudo及其配置檔案/etc/sudoers詳細配置Linux
- spring配置中classpath和classpath*的區別Spring
- WindowsNT和Linux的檔案許可權一個區別(轉)WindowsLinux
- 加速檔案傳輸:檔案和UDP之間的區別UDP
- .NET Framework 4和.NET Framework 4 Client Profile的區別Frameworkclient
- Linux etc目錄配置檔案詳解Linux
- Linux下的軟連結和硬連結,檔案拷貝的區別Linux
- oracle的profile檔案學習Oracle
- Android 開發中 getContext 和 getActivity的區別AndroidContext
- 詳解Linux中/etc/passwd檔案Linux
- Linux的檔案屬性和目錄配置Linux
- Maven根據pom檔案中的Profile標籤動態配置編譯選項Maven編譯