今天使用公司的产品,由于要不断测试编写的程序,有时要重启,导致每次重启都要重新输入nfs命令,突然想到可以弄一个可以保存的变量。
首先在/etc/profile内添加你要的命令,比如SET_IP="ifconfig eth0 192.168.14.241" 保存退出,继续敲source /etc/profile命令加载即可。
linux中shell变量$#$@$0$1$2的含义解释:http://www.linuxdiyf.com/linux/12844.html
shell常用特殊变量:http://www.linuxdiyf.com/linux/13447.html
Linux Shell环境变量及参数扩展与模式匹配:http://www.linuxdiyf.com/linux/9718.html