shell篇(一)

來源:互聯網
上載者:User

標籤:

login shell與non-login shell:

         login shell:取得shell時,需要完整的登入流程。如:tty1~tty6登入時,需要輸入使用者名稱和密碼。此時取得的shell就稱為login

                          shell。

         non-login shell:取得shell時,不需要重複登入的過程。如:以X window登入linux,再以X的圖形介面啟動終端機,此時終端

                                 機不需要再次的輸入使用者名稱和密碼,這個bash的環境就是non-login shell。

                                 如:在原本的bash環境中再次下達bash這個命令,不要求輸入使用者名稱和密碼,這個bash環境就是non-login

                                 shell。

 

interactive shell與non-interactive shell:

         互動式shell:shell等待命令,然後執行命令。如:使用者登入--->執行命令......--->logout,shell也終止。

         非互動式shell:shell讀取檔案中的命令,執行命令,讀到檔案最後一行,shell終止。如shell指令檔。

 

bashrc和profile都用於儲存使用者的環境資訊,bashrc用於儲存互動non-login shell,profile用於互動login shell。

         /etc/profile, /etc/bashrc 是系統全域環境變數設定。有的系統已經沒有/etc/bashrc這個檔案。

        ~/.profile, ~/.bashrc 是使用者目錄下的私人環境變數設定。~/.profile只是登入的時候執行一次,~/.bashrc每次開啟一個shell

                                       都會被執行。

 

login shell的初始執行過程:/etc/profile 這個檔案還自己調用 /etc/profiled/*sh  /etc/inpurc等。

                               ~/.bash_profile  ~/.bash_login  ~/.profile 依次調用各個檔案,有一個執行後,即停止。

non-login shell的初始執行過程:~/.bashrc 這個檔案自己調用 /etc/bashrc, /etc/bashrc再去調用 /etc/profiled/*sh等。     

 

shell篇(一)

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.