Linux
• A process spawning or initiating another process is referred to as________.
FORKING
• A for construct is a loop construct that processes a specified list of objects. As a result, it is executed as long as there are remaining objects to process. True or False?
TRUE
• A runaway process that is faulty and consuming mass amount of system resources _____. ROGUE PROCESS • As daemon processes are not associated with terminals, you must use an options such as -e with the ps command to view them. TRUE or FALSE
TRUE
• A keyboard interrupt is:
created by typing CONTROL- C.
• After executing the following command: ls /ect/hosts /etc/h 2>badoutput What will be the contents of badoutput?
ERROR MESSAGES GENERATED BY THE COMMAND, IF ANY
• A function is used:
TO CREATE AN ENCAPSULATED BLOCK OF CODE TO BE CALLED WHEN NEEDED IN A SHELL SCRIPT
• A Linux process is a program that is running in memory and the CPU. TRUE or FALSE
TRUE
