Bird
0
0

Which of the following is the correct command to check the Linux kernel version?

easy📝 Syntax Q12 of 15
Linux CLI - Linux Basics and Terminal
Which of the following is the correct command to check the Linux kernel version?
Apwd
Bls -l
Cuname -r
Dcat /etc/passwd
Step-by-Step Solution
Solution:
  1. Step 1: Identify command to show kernel version

    The command uname -r displays the Linux kernel version.
  2. Step 2: Check other commands' purposes

    ls -l lists files, pwd shows current directory, cat /etc/passwd shows user info.
  3. Final Answer:

    uname -r -> Option C
  4. Quick Check:

    Kernel version command = uname -r [OK]
Quick Trick: Use uname -r to see kernel version quickly [OK]
Common Mistakes:
  • Confusing ls -l with kernel info
  • Using pwd instead of uname
  • Trying to read unrelated files for version

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Linux CLI Quizzes