1. 程式人生 > >shell基礎part3

shell基礎part3

命令 hist idt -1 pro 環境變量 格式 系統默認 source

shell基礎

一、環境變量配置文件簡介

  1、source命令的作用就是將環境變量配置文件強制生效,其格式為: source 環境變量配置文件或者 . 環境變量配置文件

  2、環境變量配置文件中主要是定義對系統操作環境生效的系統默認環境變量。如PATH history PS1等。 

  3、環境變量配置文件的路徑:/etc/profile;/etc/profiled/*.sh;/etc/.bashrc;用戶家目錄下/.bashrc;用戶家目錄下/.bashrc_profile.

二、環境變量配置文件的作用

  1、環境變量配置文件的讀取過程

  技術分享

  2、/etc/profil文件的作用 ~/.bash_profile的作用 ~/.bashrc的作用 /etc/bashrc文件的作用

  技術分享技術分享技術分享技術分享

shell基礎part3