Select the command that can be used to check an ext2, ext3, or ext4 filesystem:?
A. ?mke2fs
B. ?ext2fsck
C. ?fdisk
D. ?e2fsck
Answer: A
Computer Science & Information Technology
You might also like to view...
Which protocol secures IP at the Network layer by using secure communications and encryptions standards?
A. SSL B. TLS C. IPSec D. RSA
Computer Science & Information Technology
Parameter queries return a subset of the data based on the values that are typed in the Enter Parameter Value input box
Indicate whether the statement is true or false
Computer Science & Information Technology
After creating two variables as follows:char message1[81] = "this is a string";char *message2 = "this is a string";The statement ____ is not valid in C.
A. message1 = "A new message"; B. message2 = "A new message"; C. message2 = message1; D. message2[0] = 'T';
Computer Science & Information Technology
Make-to-order is synonymous with a pull model.
a. true b. false
Computer Science & Information Technology