Search Results

Search: Posts Made By: daneensign
25,845
Posted By daneensign
To anyone else who may need to do this, here is...
To anyone else who may need to do this, here is what I found works:

to take a non-listening process and pause it use: kill -s SIGSTOP processid,
then to restart it use: kill -s SIGCONT...
18,300
Posted By daneensign
how to pause another process?
I guess I posted in wrong forum before. How do I pause another process and then restart it on linux? The other process doesn't listen for anything.

Thanks for any help you can offer.

Dane ...
25,845
Posted By daneensign
suspend/restart a process in shell script
Hi,

I have a task that Im stuck on. I have an elementary script named 'myscript' that prints "the script is running" once a second. It runs for 27 seconds. I need to write a 2nd script that...
Showing results 1 to 3 of 3

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