Search Results

Search: Posts Made By: adamides
Forum: HP-UX 03-08-2007
8,990
Posted By adamides
Actually it's easier than that. Apparently when...
Actually it's easier than that. Apparently when you pipe the output of fuser, only the PIDs are piped. You can simply fuser the file and pipe it to 'xargs kill -SIGTERM'. You can check it out...
Forum: HP-UX 03-07-2007
8,990
Posted By adamides
I need to automate this in a ksh script. How...
I need to automate this in a ksh script. How would one find the PID? I suppose I could use fuser and parse the output for the number. The user that will be shutting this process down is not unix...
Forum: HP-UX 03-07-2007
8,990
Posted By adamides
make fuser send SIGTERM?
Hello,

Nice forum BTW... anyway on to my question.

I am trying to write a korn shell script that will shut down a java VM. The first challenge was how to figure out which java VM to kill, as...
Showing results 1 to 3 of 3

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