内容来源于人民邮电出版社《Linux命令应用大词典》
讲述729个命令,1935个例子
学习Linux系统的参考书、案头书,遇到不懂的命令或命令选项一查即可
争取每天都发布内容
本文出自 “airfish2000” 博客,更多命令查看博客:
http://airfish2000.blog.51cto.com/10829608/1896850
source命令
使用source命令可以在当前Shell环境中从指定文件读取和执行命令,命令返回退出状态。
命令语法:
source [文件名] [参数]
例:读取和执行/root/.bash_profile文件。
[[email protected] ~]# source /root/.bash_profile
时间: 2024-10-27 22:50:54