Can a process be frozen temporarily in linux?
Posted
by
Pal Szasz
on Super User
See other posts from Super User
or by Pal Szasz
Published on 2012-10-10T14:10:22Z
Indexed on
2012/10/10
15:40 UTC
Read the original article
Hit count: 387
I was wondering if there is a way to freeze any process for a certain amount of time?
What I mean is that: is it possible for one application (probably running as root) to pause the execution of another already running process (any process, both GUI and command line) and then resume it later? In other words I don't want certain processes to be scheduled by the linux scheduler for a certain amount of time.
© Super User or respective owner