Bird
0
0

Given this audit log entry:

medium📝 Command Output Q4 of 15
Hadoop - Security
Given this audit log entry:
2024-06-01 12:00:00 INFO User: bob created directory /user/bob/docs

What action did user 'bob' perform?
ADeleted a file
BCreated a directory
CRead a file
DModified file permissions
Step-by-Step Solution
Solution:
  1. Step 1: Read the log message carefully

    The log states 'created directory /user/bob/docs'.
  2. Step 2: Match action to options

    Creating a directory matches Created a directory exactly.
  3. Final Answer:

    Created a directory -> Option B
  4. Quick Check:

    Action in log = Created directory [OK]
Quick Trick: Look for keywords like 'created' or 'deleted' in logs [OK]
Common Mistakes:
  • Misreading 'created' as 'deleted'
  • Ignoring directory vs file distinction

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Hadoop Quizzes