Which file system is commonly used in many modern Linux distributions and supports journaling?
- ext4
- FAT32
- NTFS
- HFS+
ext4 is a commonly used file system in many modern Linux distributions. It supports journaling, which helps in maintaining the integrity of the file system, especially in case of sudden system crashes or power failures. Journaling keeps track of changes before they are committed, making it a reliable choice for Linux.
Loading...
Related Quiz
- Which command provides information about the network connections, routing tables, and network interface statistics?
- The _________ directory in Linux is typically used for transient or temporary data, often cleared during boot.
- What component in Linux is responsible for managing system resources and providing an interface between the hardware and the user space?
- Your organization is implementing a policy to disable root login via SSH. Which configuration file and parameter should you modify?
- How can a user put a running process into the background from the terminal?