Search Results

Search: Posts Made By: vasavimacherla
2,648
Posted By vasavimacherla
Thank You for your reply. The script should be...
Thank You for your reply. The script should be executed every few minutes and I can schedule it in crontab. It should report the PID, source of the file and also the job should be killed and the file...
2,648
Posted By vasavimacherla
Thanks for the response. I am new to UNIX...
Thanks for the response. I am new to UNIX scripting. I am trying to put all the commands together and write a script.

#!/bin/sh
find /data -type f -size +1G > $file
ps -ef | grep $file | awk...
2,648
Posted By vasavimacherla
Shell script to report file size, pid and also kill the process
Hi All, Looking for a quick LINUX shell script which can continuously monitors the flle size, report the process which is creating a file greater than certain limit and also kill that process. Can...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 07:02 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy