发布时间:2015-02-15 17:18:29
故障描述:上午发现dmesg里大量的sshd segfault at rip rsp error 4的错误:sshd[30636]: segfault at 0000000000000000 rip 0000000008048f03 rsp 00000000ff867570 error 4was不能用,重启websphere后,下午报了一条错:java[8106]: segfault at 0000000000000000 rip 00000000f7e44fe5 rsp 00000000697eb6e4 error .........【阅读全文】
发布时间:2015-02-15 11:24:10
1.问题相信大家在linux系统使用时,使用df 和du命令会经常碰到磁盘空间差距很大,du统计的数据往往比df的统计结果小。为何会有这种情况出现,首要要区分df和du的命令的区别。命令分析:http://www.ha97.com/5067.html2.处理案例 使用df命令查看磁盘分区使用情况,根分区总大小9.7G,used% 7.9G,use% 86%;使用du.........【阅读全文】
发布时间:2013-08-06 11:42:03
ftp 打包#!/bin/bashREPPATH=/home/itownetcd $REPATHLOFFILE=ftp.logftp -n >>$LOFFILE<<EOFopen 10.230.14.3user ftpuser &reportcd itsmput *report.logbye EOF发送邮件LANG=zh_CNexport LANGexport MAILRC=/home/ftpuser/itsm/zy.rctoday=`date +"%Y%m%d"`nowtime=$(date +%H)cd /home/f.........【阅读全文】