linux的umask以及登入Linux時/etc/profile、~/.bash_profile等幾個檔案的執行過程
umask,預設的使用者建立檔案和目錄給的許可權
[@more@]umask是什麼?
當我們登入系統之後建立一個檔案總是有一個預設許可權的,那麼這個許可權是怎麼來的呢?這就是umask乾的事情。umask設定了使用者建立檔案的預設許可權,它與chmod的效果剛好相反,umask設定的是許可權“補碼”,而chmod設定的是檔案許可權碼。一般在/etc/profile、$ [HOME]/.bash_profile或$[HOME]/.profile中設定umask值。
如何計算umask值?
umask命令允許你設定檔案建立時的預設模式,對應每一類使用者(檔案屬主、同組使用者、其他使用者)存在一個相應的umask值中的數字。對於檔案來說,這一數字的最大值分別是6。系統不允許你在建立一個文字檔案時就賦予它執行許可權,必須在建立後用chmod命令增加這一許可權。目錄則允許設定執行許可權,這樣針對目錄來說,umask中各個數字最大可以到7。
該命令的一般形式為:umask nnn
其中nnn為umask置000 - 777。
我們只要記住u m a s k是從許可權中“拿走”相應的位即可。下表是umask值與許可權的對照表:
umask 檔案 目錄
--------------------
0 6 7
1 6 6
2 4 5
3 4 4
4 2 3
5 2 2
6 0 1
7 0 0
--------------------
如:umask值為022,則預設目錄許可權為755,預設檔案許可權為644。
http://blog.sina.com.cn/s/blog_80a30a6c01011xu1.html
文章摘要: 關於登入linux時,/etc/profile、~/.bash_profile等幾個檔案的執行過程。 在登入Linux時要執行檔案的過程如下: 在剛登入Linux時,首先啟動 /etc/profile 檔案,然後再啟動使用者目錄下的 ~/.bash_profile、 ~/.bash_login或 ~/.profile檔案中的其中一個,執行的順序為:~/.bash_profile、 ~/.bash_login、 ~/.profile。如果 ~/.bash_profile檔案存在的話,一般還會執行 ~
在登入Linux時要執行檔案的過程如下:
在剛登入Linux時,首先啟動 /etc/profile 檔案,然後再啟動使用者目錄下的 ~/.bash_profile、 ~/.bash_login或 ~/.profile檔案中的其中一個,執行的順序為:~/.bash_profile、 ~/.bash_login、 ~/.profile。如果 ~/.bash_profile檔案存在的話,一般還會執行 ~/.bashrc檔案。因為在 ~/.bash_profile檔案中一般會有下面的程式碼:
. ./bashrc
fi
~/.bashrc中,一般還會有以下程式碼:
. /bashrc
fi
所以,~/.bashrc會呼叫 /etc/bashrc檔案。最後,在退出shell時,還會執行 ~/.bash_logout檔案。
執行順序為:/etc/profile -> (~/.bash_profile | ~/.bash_login | ~/.profile) -> ~/.bashrc -> /etc/bashrc -> ~/.bash_logout
關於各個檔案的作用域,在網上找到了以下說明:
(1)/etc/profile: 此檔案為系統的每個使用者設定環境資訊,當使用者第一次登入時,該檔案被執行. 並從/etc/profile.d目錄的配置檔案中搜集shell的設定。
(2)/etc/bashrc: 為每一個執行bash shell的使用者執行此檔案.當bash shell被開啟時,該檔案被讀取。
(3)~/.bash_profile: 每個使用者都可使用該檔案輸入專用於自己使用的shell資訊,當使用者登入時,該檔案僅僅執行一次!預設情況下,他設定一些環境變數,執行使用者的.bashrc檔案。
(4)~/.bashrc: 該檔案包含專用於你的bash shell的bash資訊,當登入時以及每次開啟新的shell時,該該檔案被讀取。
(5)~/.bash_logout:當每次退出系統(退出bash shell)時,執行該檔案. 另外,/etc/profile中設定的變數(全域性)的可以作用於任何使用者,而~/.bashrc等中設定的變數(區域性)只能繼承 /etc/profile中的變數,他們是"父子"關係。
(6)~/.bash_profile 是互動式、login 方式進入 bash 執行的~/.bashrc 是互動式 non-login 方式進入 bash 執行的通常二者設定大致相同,所以通常前者會呼叫後者。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/26006637/viewspace-1059901/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Linux下/etc/profile、~/.bash_profile等幾個檔案的執行過程Linux
- /etc/profile、~/.bash_profile等幾個檔案的執行過程
- linux下系統啟動時,幾個配置檔案 /etc/profile、~/.bash_profile 等幾個檔案的執行過程,先後順序Linux
- linux下 /etc/profile、~/.bash_profile ~/.profile的執行過程Linux
- Linux系統環境變數檔案解析(etc/profile ,/etc/bashrc ,~/.bash_profile)Linux變數
- Linux .bash_profile中 umask 022 設定問題Linux
- Oracle for Linux : .bash_profileOracleLinux
- 【Linux/etc/profile檔案詳解 】Linux
- linux系統環境變數.bash_profile/bashrc檔案Linux變數
- Android執行時ART載入OAT檔案的過程分析Android
- linux中的配置檔案/etc/profile和.bashfile 的區別Linux
- 一個 java 檔案的執行過程詳解Java
- Linux定時執行指定的指令碼檔案Linux指令碼
- Linux & Oracle 10g RAC --- .bash_profileLinuxOracle 10g
- Linux啟動過程以及7種執行級別Linux
- Linux的.bash_profile和.bashrc與子Shell的關係Linux
- Linux 如何顯示一個檔案的某幾行Linux
- Linux可執行的檔案(轉)Linux
- linux_vsftpd登入後執行ls不顯示檔案列表LinuxFTP
- 使.bash_profile 檔案中環境變數馬上生效的命令變數
- 登入啟動shell時候呼叫的幾個配置檔案簡單總結
- 一個java檔案被執行的歷程Java
- 【Shell】【Tips】Linux的.bash_profile和.bashrc與子Shell的關係Linux
- linux 免登入以及配置別名登入Linux
- cygwin 的 /etc/home/XXXX 目錄下沒有.bash_profile 、 .inputrc 、 .bashrc 檔案
- 如何優雅的解決mac安裝zsh不執行.bash_profileMac
- 通過 HelloWorld 瞭解 Java 程式執行過程以及執行時記憶體Java記憶體
- Linux執行等級Linux
- oracle .bash_profileOracle
- 定期刪除檔案,限制linux使用者登入時間Linux
- Linux下安裝Oracle11g bash_profile 的相關解釋LinuxOracle
- linux中的掩碼 umaskLinux
- Linux下umask命令的用法Linux
- 關於 AppCrawler 執行過程中的幾個小問題APP
- linux建立使用者不會生成.bash_profile問題Linux
- Linux的執行等級與目標Linux
- 幾個重要的RedHat Linux核心檔案介紹(轉)RedhatLinux
- Linux 中顯示可執行檔案的路徑 | 哪個命令Linux