[question/Answer] Pausing a large file transfer
1 message · started by Devi Garcia on Jul 24, 2022
[question/Answer] Pausing a large file transfer
From Devi Garcia · Jul 24, 2022
to pause use kill -STOP PID
to continue paused process use kill -CONT PID
where PID is Process ID. you can get PID by running System monitor or top command
to continue paused process use kill -CONT PID
where PID is Process ID. you can get PID by running System monitor or top command
This was asked on Saturday so I figured I'd answer the topic for everyone who wanted to know how to do it.