You work as the Network Administrator for McNeil Inc. The company has a Unix-based network. You want to print the super block and block the group information for the filesystem present on a system. Which of the following Unix commands can you use to accomplish the task?
In Unix, the dumpe2fs command dumps the filesystem superblock and blocks the group information.
Answer B is incorrect. In Unix, the dump command is used to back up an ext2 filesystem.
Answer A is incorrect. The e2fsck command is used to check the second extended file system (E2FS) of a Linux computer.
Syntax:
e2fsck [options]
Where,
Following is a list of some important options:
Answer D is incorrect. In Unix, the e2label command is used to change the label of an ext2 filesystem.
Currently there are no comments in this discussion, be the first to comment!