Skip to content
Advertisement

How to Pause/Resume a process in Linux

I record my program until it closes.

Start Command:

JavaScript

Stop Command:

JavaScript

That works well, now I need to implement pause method to this program. I need to kill program at pause method then start it on resume method and append new video to older one. How can i do it?

VLC Wiki: Merge

Advertisement

Answer

To pause the process

JavaScript

To resume it

JavaScript
User contributions licensed under: CC BY-SA
10 People found this is helpful
Advertisement