百分百源码网-让建站变得如此简单! 登录 注册 签到领金币!

主页 | 如何升级VIP | TAG标签

当前位置: 主页>网站教程>服务器> linux寻不到文件怎么办-linux运维
分享文章到:

linux寻不到文件怎么办-linux运维

发布时间:08/01 来源:未知 浏览: 关键词:
linux寻不到文件的解决方法:第一将足本所在的名目加到PATH中;然后加上相对途径或绝对途径;接着在目前名目加上“.”即可。

linux寻不到文件怎么办?

linux source shell足本显示寻不到文件

例子:

[root@localhost osc]# sh a.sh 
a.sh: line 4: source: 1.sh: file not found
[root@localhost osc]# cat a.sh 
#!/bin/bash
cd /data/osc/bin/
if [ -f 1.sh ];then
source 1.sh
fi

刚开端,还认为权限题目,然后给权限,但效果还是同样

man source ,寻到缘由了。source时寻filename的题目。

source 下令寻filename是在目前的shell环境下寻的,要是没有反歪线,就在path中寻,要是没有就没有。

source filename [arguments]
              Read  and  execute commands from filename in the current shell environment and return the exit status of the last command exe-
              cuted from filename.  If filename does not contain a slash, file names in PATH are used to find the directory containing file-
              name.   The  file  searched  for  in  PATH  need  not be executable.  When bash is not in posix mode, the current directory is
              searched if no file is found in PATH.  If the sourcepath option to the shopt builtin command is turned off, the  PATH  is  not
              searched.   If  any  arguments  are  supplied, they become the positional parameters when filename is executed.  Otherwise the
              positional parameters are unchanged.  The return status is the status of the last command exited within the script  (0  if  no
              commands are executed), and false if filename is not found or cannot be read.

如下方式都可以:

1、将足本所在的名目加到PATH中

2、加上相对途径或绝对途径

3、就算是目前名目也得加./

举荐:《Linux教程

以上就是linux寻不到文件怎么办的细致内容,更多请关注 百分百源码网 其它相干文章!

打赏

打赏

取消

感谢您的支持,我会继续努力的!

扫码支持
扫码打赏,你说多少就多少

打开支付宝扫一扫,即可进行扫码打赏哦

百分百源码网 建议打赏1~10元,土豪随意,感谢您的阅读!

共有151人阅读,期待你的评论!发表评论
昵称: 网址: 验证码: 点击我更换图片
最新评论

本文标签

广告赞助

能出一分力是一分吧!

订阅获得更多模板

本文标签

广告赞助

订阅获得更多模板