免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
1234下一页
最近访问板块 发新帖
查看: 10341 | 回复: 30
打印 上一主题 下一主题

shell脚本问题 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2008-11-19 11:38 |只看该作者 |倒序浏览
15可用积分
#! /bin/sh
cd /root
top -n 1 >> cpu
这个脚本单独可以执行成功,但是放在crontab下
* */1 * * * sh top.sh
执行后CPU那个文件出来,可是里面是空的,当前目录下的,用户是root。

还一个scp.sh的脚本
#!/usr/bin/expect
exec /bin/cat </dev/null >/root/.ssh/known_hosts
spawn scp sql.sql root@192.168.1.190:/tmp/
expect "*(yes/no)?"
send "yes\r"
expect "*password:"
send "123456\r"
expect eof
不清楚那写错了,清高人指教下,运行后没用scp的成功进度,当然那边的机器上也没显示到这个文件
谢谢各位大虾

最佳答案

查看完整内容

chmod +x scp.sh./scp.sh

论坛徽章:
3
戌狗
日期:2014-09-10 17:07:162015年辞旧岁徽章
日期:2015-03-03 16:54:15wusuopu
日期:2016-06-17 17:43:45
2 [报告]
发表于 2008-11-19 11:38 |只看该作者
原帖由 tingfengmanbu 于 2008-11-19 14:41 发表

我改成这样了。。
结果还是一样。。
[root@localhost opt]# sh -x scp.sh
+ exec /bin/cat

chmod +x scp.sh
./scp.sh

论坛徽章:
0
3 [报告]
发表于 2008-11-19 11:51 |只看该作者
没人么。。。怎么会这样。。。

论坛徽章:
0
4 [报告]
发表于 2008-11-19 12:14 |只看该作者
1.  top -b -n 1
2.   /bin/cat /dev/null >/root/.ssh/known_hosts

论坛徽章:
0
5 [报告]
发表于 2008-11-19 12:35 |只看该作者
原帖由 merlin852 于 2008-11-19 12:14 发表
1.  top -b -n 1
2.   /bin/cat /dev/null >/root/.ssh/known_hosts


这个我也解决了,和你的不大一样
#! /bin/sh
TERM=linux
expect TERM
top -b -n 1 >> cpu
我这么写的,然后放进去就可以了,我现在很着急想知道SCP那个怎么写,朋友帮个忙吧,谢谢了

论坛徽章:
0
6 [报告]
发表于 2008-11-19 12:51 |只看该作者
\r 换成^M(CTRL+M)或\n试试

论坛徽章:
3
戌狗
日期:2014-09-10 17:07:162015年辞旧岁徽章
日期:2015-03-03 16:54:15wusuopu
日期:2016-06-17 17:43:45
7 [报告]
发表于 2008-11-19 13:22 |只看该作者
#!/usr/bin/expect
#exec /bin/cat </dev/null >/root/.ssh/known_hosts
spawn scp sql.sql root@192.168.1.190:/tmp/
expect "*(yes/no)?"
send "yes\r"
expect "*password:"
send "123456\r"
expect eof[code][/code]
注释掉exec那句,试试。不行的话手动执行scp看看都有哪些提示。

论坛徽章:
0
8 [报告]
发表于 2008-11-19 13:34 |只看该作者
原帖由 ynchnluiti 于 2008-11-19 13:22 发表
#!/usr/bin/expect
#exec /bin/cat /root/.ssh/known_hosts
spawn scp sql.sql root@192.168.1.190:/tmp/
expect "*(yes/no)?"
send "yes\r"
expect "*password:"
send "123456\r"
expect eof
注释掉ex ...

注释掉不行,执行时出现错误
[root@localhost opt]# sh scp.sh
scp.sh: line 3: spawn: command not found
couldn't read file "*(yes/no)?": no such file or directory
scp.sh: line 5: send: command not found
couldn't read file "*password:": no such file or directory
scp.sh: line 7: send: command not found
couldn't read file "eof": no such file or directory

论坛徽章:
0
9 [报告]
发表于 2008-11-19 13:36 |只看该作者
原帖由 merlin852 于 2008-11-19 12:51 发表
\r 换成^M(CTRL+M)或\n试试

换成^M和\n和之前一样,没信息。。
手动SCP可以成功的。

论坛徽章:
3
戌狗
日期:2014-09-10 17:07:162015年辞旧岁徽章
日期:2015-03-03 16:54:15wusuopu
日期:2016-06-17 17:43:45
10 [报告]
发表于 2008-11-19 13:42 |只看该作者
原帖由 tingfengmanbu 于 2008-11-19 13:34 发表

注释掉不行,执行时出现错误
[root@localhost opt]# sh scp.sh
scp.sh: line 3: spawn: command not found
couldn't read file "*(yes/no)?": no such file or directory
scp.sh: line 5: send: command  ...


我这里有没有"exec /bin/cat </dev/null >/root/.ssh/known_hosts"都可以。有的话会提示
The authenticity of host '192.168.10.73 (192.168.10.73)' can't be established.
....

不去掉这句和手动执行有提示信息吗?
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP