Search Results

Search: Posts Made By: Raynon
6,294
Posted By Raynon
Hi , I am refering to this particular...
Hi ,

I am refering to this particular exmaple that you have provided me.


#!/bin/csh
set numprocs=`ps -ef | grep -v grep | grep $scriptname | wc -l | awk '{ print $1 }'`
if ($numprocs == 1)...
6,294
Posted By Raynon
Hi, Running the script continously means to...
Hi,

Running the script continously means to say that i have to leave a command prompt window always open. Once closed, the process will be ended, and also another disadvantage is that a infinite...
6,294
Posted By Raynon
Cronjob Activation
Hi All,

I have set a cronjob to run a script at a frequency of 10 mins.
However, if the script takes more than 10 mins to complete, how will the cronjob behaves?
1) Does it ignore the current...
Showing results 1 to 3 of 3

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