๐ Home
โบ
Scripting Basics
โบ
Q2
60s
๐
๐งโ๐ป Scripting Basics
Junior
Q2 / 5
Scripting Basics
What does this Bash command do? grep 'Failed password' /var/log/auth.log | awk '{print $11}' | sort | uniq -c | sort -rn | head -10
A
Lists all users who logged in successfully in the past 24 hours
B
Extracts, counts, and displays the top 10 IP addresses with the most failed SSH login attempts
C
Shows the 10 most recently modified files in /var/log/
D
Searches for malware signatures in the authentication log
โ Previous
Select an answer above