Linux OS Management Question: Which among the following allows fast file system recovery? a) Ext2 b) Journaling c) Caching d) Sysfs Linux Operating System Management Interview QuestionAnswer: b) Journaling Previous QuestionNext QuestionHow many links are created when we create a directory file? a) 1 b) 2 c) 3 d) 4There are two hard links to the "file1″ say hl and h2 and a softlink sl. What happens if we deleted the "file1″? a) We will still be able to access the file with hl and h2 but not with sl b) We will not be able to access the file with hl and h2 but with sl c) We will be able to access the file with any of hl, h2 and sl d) We will not be able to access the file with any of hl, h2 and sl