Bird
0
0

Why is ss preferred over netstat in modern Linux systems?

hard📝 Conceptual Q10 of 15
Linux CLI - Networking Commands
Why is ss preferred over netstat in modern Linux systems?
Anetstat is the only tool that shows process IDs
Bss is faster and provides more detailed socket information
Css requires root privileges for all commands
Dnetstat supports IPv6 better than ss
Step-by-Step Solution
Solution:
  1. Step 1: Compare performance and features of ss and netstat

    ss is faster and shows more detailed socket info than netstat.
  2. Step 2: Understand common misconceptions

    netstat is older, ss supports IPv6 well, and process info can be shown by both with proper flags.
  3. Final Answer:

    ss is faster and provides more detailed socket information -> Option B
  4. Quick Check:

    ss preferred for speed and detail [OK]
Quick Trick: ss is faster and more detailed than netstat [OK]
Common Mistakes:
  • Thinking netstat is better for IPv6
  • Assuming ss always needs root
  • Believing netstat alone shows PIDs

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Linux CLI Quizzes