No Name 1

  • November 2019
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View No Name 1 as PDF for free.

More details

  • Words: 56
  • Pages: 1
#!/bin/sh #backend ll /st007/st007_disk.txt 2>&1>/dev/null & #check while [ 1 ] do TIME=`ps -e -o pid -o etime -o args |grep st007_disk |awk '{print $2}' |awk -F: '{print $2}'` PID=`ps -e -o pid -o etime -o args |grep st007_disk |awk '{print $1}'` if [ $TIME -gt 5 ] then kill -9 $PID fi sleep 5 done

Related Documents

No Name 1
November 2019 9
No Name
June 2020 9
No Name
May 2020 4
No-name Sequence
December 2019 8
No Name'.docx
May 2020 10
Name 1
November 2019 10