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

重定向stdout stderr到文件,文件为空

    来源: 互联网  发布时间:2017-01-17

    本文导语:  ulimit -c unlimited ./xxxx & ./xxxx > run.log 2>&1 会是什么原因 | 试了下应该会有的 [root@RHEL6A scripts]# ./s5.sh > run.log 2>&1 [root@RHEL6A scripts]# more run.log  ok ./s5.sh: line 2: abc: command not found 不会是你的...


ulimit -c unlimited
./xxxx &


./xxxx > run.log 2>&1


会是什么原因

|
试了下应该会有的
[root@RHEL6A scripts]# ./s5.sh > run.log 2>&1
[root@RHEL6A scripts]# more run.log 
ok
./s5.sh: line 2: abc: command not found
不会是你的脚本执行后本来就没输出?
ls -lrt /var/log/
看看最近修改的几个系统日志有没有什么相关提示信息在里面

|
#!/bin/bash

    
 
 
 
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • 关于获得stdin和stdout
  • 管道程序中write(STDOUT_FILENO,line,n)是什么意思呢?
  • ::close(STDOUT) 这是什么用法 ???
  • 谁有办法再把STDOUT_FILENO关联到标准输出?(求助)
  • 请问:怎么提取标准输出(stdout)的内容到别的地方显示?
  • STDIN_FILENO STDOUT_FILENO 是变量还是宏??
  • 在linux中c语言中fflush(stdout)是什么意思,能不能具体解释一下
  • linux下应用程序stdout或printf重定向问题
  • python中stdout输出不缓存的设置方法
  • tar备份到磁带时,提示:gzip: stdout: No space left on device
  • 子进程用_exit退出,父进程为什么就不能让stdout使用缓存呢?
  • 菜鸟问题!!!!fork 与stdout 缓冲区问题??????


  • 站内导航:


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

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

    浙ICP备11055608号-3