Computer Science, asked by SheruKumar3429, 1 year ago

which command is used to find the current kernel version installed on your system

Answers

Answered by anand45rspdnpc9
0
To find out which version of Linux kernel you are running, type: $ uname -or.
Shows Current Linux Kernel Version Running on System.
In the preceding command, the option -o prints operating system name and -r prints the kernel release version
Similar questions