
在刚登录 Linux 时，首先加载 `/etc/profile`，`/etc/profile.d/*` 文件，然后依次加载用户目录下的 `~/.bash_profile`、`~/.bash_login` 或 `~/.profile`。

