永发信息网

linux中source是什么指令?

答案:2  悬赏:60  手机版
解决时间 2021-04-07 07:05
  • 提问者网友:niaiwoma
  • 2021-04-06 17:33
linux中source是什么指令?
最佳答案
  • 五星知识达人网友:像个废品
  • 2021-04-06 17:59
命令用法:
source FileName
作用:在当前bash环境下读取并执行FileName中的命令。
注:该命令通常用命令“.”来替代。
如:source /etc/profile 与 . /etc/profile是等效的。
注意:source命令与shell scripts的区别是,
source在当前bash环境下执行命令,而scripts是启动一个子shell来执行命令。这样如果把设置环境变量(或alias等等)的命令写进scripts中,就只会影响子shell,无法改变当前的BASH,所以通过文件(命令列)设置环境变量时,要用source 命令。
全部回答
  • 1楼网友:等灯
  • 2021-04-06 18:56
这是bash的内置指令。 source filename [argements] read and execute commands from filename in the current shell environment and return the exit status of the last command executed from filename.
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯