In linux, the shell has many facilities for controlling and executing processes--this is called [...] control
Answer
job
Question
In linux, the shell has many facilities for controlling and executing processes--this is called [...] control
Answer
?
Question
In linux, the shell has many facilities for controlling and executing processes--this is called [...] control
Answer
job
If you want to change selection, open document below and click on "Move attachment"
9. Processes, Environment Variables where you have been typing commands. Finally, you ran ps , which must have found itself when it checked which processes were running, but then exited immediately afterward. 9.3 Controlling Jobs <span>The shell has many facilities for controlling and executing processes--this is called job control. Create a small script called proc.sh : #!/bin/sh echo "proc.sh: is running" sleep 1000 Run the script with chmod 0755 proc.sh and then ./proc.sh . The shell blocks, waiting for the pro
Summary
status
not learned
measured difficulty
37% [default]
last interval [days]
repetition number in this series
0
memorised on
scheduled repetition
scheduled repetition interval
last repetition or drill
Details
No repetitions
Discussion
Do you want to join discussion? Click here to log in or create user.