shell linux centos /etc/bashrc.sh profile/etc/profile/etc/bashrc.sh环境
程序员文章站
2022-05-02 10:38:12
...
/etc/bashrc
# System wide functions and aliases
# Environment stuff goes in /etc/profile
# It's NOT a good idea to change this file unless you know what you
# are doing. It's much better to create a custom.sh shell script in
# /etc/profile.d/ to make custom changes to your environment, as this
# will prevent the need for merging in future updates.
详解/etc/profile、/etc/bash.bahsrc、~/.profile、~/.bashrc的用途
# System wide functions and aliases
# Environment stuff goes in /etc/profile
# It's NOT a good idea to change this file unless you know what you
# are doing. It's much better to create a custom.sh shell script in
# /etc/profile.d/ to make custom changes to your environment, as this
# will prevent the need for merging in future updates.
详解/etc/profile、/etc/bash.bahsrc、~/.profile、~/.bashrc的用途