当前位置:  技术问答>linux和unix

bash: /test.sh: No such file or directory 请问这是什么问题

    来源: 互联网  发布时间:2016-11-23

    本文导语:  #!/bin/bash #======================================================== #每日备份  需要修改备份目录 改basedir   basedir = /backup/daily/ #======================================================== PATH=/bin:/usr/bin:/sbin:/usr/sbin; export PATH exprot LANG=C basefile1=$based...

#!/bin/bash
#========================================================

#每日备份  需要修改备份目录 改basedir  
basedir = /backup/daily/


#========================================================
PATH=/bin:/usr/bin:/sbin:/usr/sbin; export PATH
exprot LANG=C

basefile1=$basedir/mysql.$(date +%Y-%m-%d).tar.bz2
basefile2=$basedir/php-bin.$(date +%Y-%m-%d).tar.bz2
[ ! -d "$basedir" ] && mkdir $basedir

# 1. mysql(数据库目录) 不需要可以注释掉,语句前面加#
cd /var/lib
  tar -jpc -f $basefile1 mysql
  
# 2. www的 php程序  

cd /home/www
  tar -jpc -f $basefile2 php


SHELL 保存 为 TEST.SH 

chmod 700 test.sh

/test.sh 

运行就出现  bash: /test.sh: No such file or directory 

这个提示 

请问这是为什么? 我查了一下说没转换 UNIX 字符。 我都已经 转过了。 还是不行。 请教 各位。

说 文件或者目录不正确。 我都试过 目录了 。都有的。 是我的SHELL 没写对吗?

请各位解答。 在此先谢过。

|
SHELL 保存 为 TEST.SH 
chmod 700 test.sh
/test.sh 
运行就出现 bash: /test.sh: No such file or directory 
这个提示  
----------------
执行路径错误  你肯定没仔细看例子。
/test.sh  这是执行根目录下的test.sh 
你应该执行的是当前目录下的test.sh
./test.sh

看看 你忘记这个.了把

    
 
 

您可能感兴趣的文章:

  • -bash: ./configure: No such file or directory是怎麼回事?
  • su - root的时候出现-bash: /iprscan/bin/Linux:/usr/local/genome/iprscan:/usr/local/genome/iprscan/bin: No such file or directory
  • 请问root的bash的环境变量放在哪个文件中啊?
  • 请问linux中bash,ls等工具源代码目录在哪里?
  • 请问${BAS+bash}是什么意思?
  • 请问root用户失去 bash该怎么解决?
  • 请问BASH如何查询一个程序完成的进度
  • 请问如何遍历目录并拷贝文件?使用bash Shell。
  • 请问大家我的root文件夹怎么没有 .bash_profile这个文件啊
  • 请问bash中如何获取一个项目目录下的执行文件的文件名?
  • 请问BASH下. <FILENAME>是什么意思
  • 请问应该如何用bash shell替换一个文件中的最后一个字符?
  • 请问我编译c++文件的时候需要设定系统变量,设定是在root用户的.bash_profile文件中写的,怎么使该设定生效?
  • UNIX下C++可以用ddd来调试,请问bash shell程序有什么好的调试工具么??
  • 请问,我在linux下用vi /home/liu/.bash_profile来添加环境变量...提个菜问题。
  • 请问怎么用JAVA读取LINUX内存中的环境变量,不是读.bash_profile,谢谢!
  • 我的shell打开的时候,前面的提示符变成了:bash-3.00#,请问如何修改?
  • 请问为什么我在RH Linux 9.0 Terminal中运行经过gcc编译生成的a.out时提示-bash: a.out:command not found ?
  • 我在/etc/profile文件后面加上一段内容后,系统不能正常启动,也不能进入bash使用vi,ed,emacs,mv等指令,请问我怎么把/etc/profile文件内
  •  
    本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
    本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • linux bash shell命令:grep文本搜索工具简介
  • . ./.bash_file 与 ./.bash_file的区别?
  • linux bash shell命令:文本搜索工具grep中用于egrep和 grep -E的元字符扩展集
  • 为什么每次启动bash都出现bash:test:a:binary operaotr expected
  • linux bash shell命令:文本搜索工具Grep命令选项及实例
  • linux RHEL 5.6 在root用户下. .bash_profile 或source .bash_profile 报错
  • linux bash shell命令:文本搜索工具grep正则表达式元字符集(基本集)
  • Ubuntu中如何配置shell(bash)的环境
  • 如何在ubunt下面安装两个bash
  • bash 不能使用括号,求助
  • 如何在redhat下安装bash?
  • bash和Korn shell学哪个比较好
  • linux(redhat9)中在哪里设环境变量,.bash_profil在哪里啊?
  • BASH Debugger
  • .bashrc和.bash_profile有什么区别
  • . /root/.bash_profile
  • Bash架构问题
  • bash的控制终端
  • bash 与shell 什么关系?
  • -bash-3.2# Argument list too long 到底是怎么回事呀?
  • .bash_profile


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3