Which command below can be used to start, stop, or restart any daemons in the /etc/init.d directory?

A. daemon
B. manip-daemon
C. service
D. daemon-service


Answer: C

Computer Science & Information Technology

You might also like to view...

What objects are involved in a airplane flight?

What will be an ideal response?

Computer Science & Information Technology

For what exact range of values of variable x does the following code segment print 'C'?

``` if (x <= 200) if (x < 100) if (x <= 0) cout << 'A'; else else cout << 'B'; else cout << 'C'; cout << 'D'; ``` a. 0 < x < 100 b. x <= 0 c. 100 <= x <= 200 d. x > 200 e. 100 < x <= 200

Computer Science & Information Technology

Which of the following functions does NOT support multiple conditions?

A) AND B) NOT C) OR D) MATCH

Computer Science & Information Technology

A form that sends entered data across a network or the Internet is called which of the following terms?

A. i-form B. e-form C. webform D. server form

Computer Science & Information Technology