Correct option is D
The uname -v command in Linux is used to display the current kernel version information. The uname command provides system-related details, and the -v option specifically shows the kernel version and build information.
For example, it may display the kernel compilation version and build date of the Linux system.
Important Key Points:
- uname is a Linux command used to display system information.
- The -v option shows the kernel version details.
- Linux kernel information is useful for system administration and troubleshooting.
- Another commonly used command is uname -r for displaying the kernel release number.
Knowledge Booster:
- (a) lskernel: Incorrect because lskernel is not a standard Linux command.
- (b) kernel -v: Incorrect because this is not a valid Linux command syntax.
- (c) version: Incorrect because version alone is not a standard Linux command for displaying kernel information.
- (e) kerninfo: Incorrect because kerninfo is not a recognized default Linux command.