GSNA · Question #341
You work as the Network Administrator for XYZ CORP. 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…
The correct answer is C. dumpe2fs. In Unix, the dumpe2fs command dumps the filesystem superblock and blocks the group 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…
Question
You work as the Network Administrator for XYZ CORP. 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?
Exhibit
Options
- Ae2fsck
- Bdump
- Cdumpe2fs
- De2label
How the community answered
(57 responses)- A5% (3)
- B4% (2)
- C81% (46)
- D11% (6)
Explanation
In Unix, the dumpe2fs command dumps the filesystem superblock and blocks the group 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] <device> Where, <device> is the file name of a mounted storage device (for example, /dev/hda1). Several options are used with the e2fsck command. 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
Topics
Community Discussion
No community discussion yet for this question.
