A process stores its PID number in a file named process.pid. Write a command line that terminates this process.
What will be an ideal response?
The following command terminates the process:
# xargs kill < process.pid
See page 294 for details. Alternately, you can use the following command:
# kill $(cat process.pid)
See page 450 for information on command substitution.
You might also like to view...
A(n) ____________________ has variables that are not strictly tied to specific data types.
Fill in the blank(s) with the appropriate word(s).
If you create customized chart templates, you must save them on your local computer to have future access
Indicate whether the statement is true or false
Which of the following describes all of the categories of data pertaining to one person, place, thing, event, or idea within a table row?
A) record B) field C) query D) database
The process of establishing the overall appearance of text, graphics, and pages in an Office file is called
A) aligning. B) sizing. C) editing. D) formatting.