What is the minimum number of disk partitions required to run Linux?
What will be an ideal response?
Linux requires two disk partitions: one for the file system and one for the swap area (used to
manage virtual memory).
You might also like to view...
Consider the following two Java code segments:
``` Segment 1 Segment 2 int i = 0; for (int i = 0; i <= 20; i++) while (i < 20) { { System.out.println(i); i++; } System.out.println(i); } ``` Which of the following statements are true? a. The output from these segments is not the same. b. The scope of the control variable i is different for the two segments. c. Both (a) and (b) are true. d. Neither (a) nor (b) is true.
An XML database can be displayed by opening a _______.
Fill in the blank(s) with the appropriate word(s).
Which of the following commands allow a user to issue commands on another network device?
A) ping B) traceroute C) telnet D) ssh
Which of the following is a NOT an advantage of traditional telephony?
A. Separation from the data network lessens the possibility of snooping or eavesdropping. B. Theft of service is only possible if physical access to an unattended set is possible . C. Denial of Service attacks are limited to cutting wires or destroying phones. D. Performance issues when mixing VoIP with regular data