Skip to main content

All Questions

Tagged with
0 votes
0 answers
44 views

What happens when a process ready to execute but out of the CPU receives a signal?

I know pretty well what happens when it is running and when is blocked, but the behaviour when the process is in the ready queue is something unknown for me. Thank you for the time.
alberto's user avatar
  • 197
54 votes
8 answers
67k views

How to run commands as in a queue

I need to do a lot of copying of various files to various folders. I can add all my copy commands to a bash script and then run that, but then I must wait until it finishes if I want to add more ...
Svish's user avatar
  • 40k