定義自定義環(huán)境變量:(使用export和declare)
針對(duì)root用戶的所有連接:root_data=root
針對(duì)所有用戶的變量: all_data=all
添加
[root@node1 ~]# vim /etc/profile
ROOT_DATA="ROOT"
export ROOT_DATA
[root@node1 ~]# vim .bash_profile
# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# User specific environment and startup programs
PATH=$PATH:$HOME/bin
export PATH
ALL_DATA="ALL"
export ALL_DATA
~
~
讀取shell程序文件
[root@node1 ~]# source ~/.bash_profile
[root@node1 ~]# source /etc/profile
[root@node1 ~]# echo $ALL_DATA
ALL
[root@node1 ~]# env | grep ROOT
ROOT_DATA=ROOT
[root@node1 ~]#
你是否還在尋找穩(wěn)定的海外服務(wù)器提供商?創(chuàng)新互聯(lián)www.cdcxhl.cn海外機(jī)房具備T級(jí)流量清洗系統(tǒng)配攻擊溯源,準(zhǔn)確流量調(diào)度確保服務(wù)器高可用性,企業(yè)級(jí)服務(wù)器適合批量采購(gòu),新人活動(dòng)首月15元起,快前往官網(wǎng)查看詳情吧