当前位置: 首页 » 产品 » 农牧养殖 » 正文

编写Linux脚本

放大字体  缩小字体 发布日期: 2024-11-30 11:53   来源:http://www.baidu.com/  作者:无忧资讯  浏览次数:29
核心提示:  以下是重启Linux下某进程的shell脚本,以tomcat进程为例:  #!/bin/sh  pid=`ps -ef|grep tomcat|grep -v grep|awk '{pr

  以下是重启Linux下某进程的shell脚本,以tomcat进程为例:

  #!/bin/sh

  pid=`ps -ef|grep tomcat|grep -v grep|awk '{print $2}'`

  if [ "$pid"="" ] ; then

  echo "tomcat service does not start!"

  else

  kill -9 $pid

  pid1=`ps -ef|grep tomcat|grep -v grep|awk '{print $2}'`

  if [ "$pid1"="" ] ; then

  echo "Successfully kill tomcat processes: " $pid

  else

  echo "tomcat kill process failed!"

  exit 1

  fi

  fi

  rm -rf /opt/tomcat/work/*

  http://www.jsgho.com/help/fwq/startup.sh

  pid2=`ps -ef|grep tomcat|grep -v grep|awk '{print $2}'`

  if [ "$pid2"="" ] ; then

  echo "tomcat service failed to start!"

  else

  echo "tomcat service starts successfully:" $pid2

 
 
[ 产品搜索 ]  [ 加入收藏 ]  [ 告诉好友 ]  [ 打印本文 ]  [ 违规举报 ]  [ 关闭窗口 ]

 

 
推荐图文
推荐产品
点击排行
    行业协会  备案信息  可信网站