码迷,mamicode.com
首页 > 系统相关 > 详细

source命令--Linux命令应用大词典729个命令解读

时间:2017-02-11 14:56:36      阅读:234      评论:0      收藏:0      [点我收藏+]

标签:rhel   linux命令   

内容来源于人民邮电出版社《Linux命令应用大词典》

讲述729个命令,1935个例子

学习Linux系统的参考书、案头书,遇到不懂的命令或命令选项一查即可

争取每天都发布内容



本文出自 “airfish2000” 博客,更多命令查看博客:

http://airfish2000.blog.51cto.com/10829608/1896850


source命令

使用source命令可以在当前Shell环境中从指定文件读取和执行命令,命令返回退出状态。

    命令语法:

source [文件名] [参数]

:读取和执行/root/.bash_profile文件。

[root@rhel ~]# source /root/.bash_profile


本文出自 “airfish2000” 博客,请务必保留此出处http://airfish2000.blog.51cto.com/10829608/1896850

source命令--Linux命令应用大词典729个命令解读

标签:rhel   linux命令   

原文地址:http://airfish2000.blog.51cto.com/10829608/1896850

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!