Sunday, November 1, 2020

Methods to determine Linux kernel and operating system version with Linux Mint

One method to determine the current Linux kernel and operating system version, use the following command.

lsb_release -a


Another method is via the following command:

cat /etc/os-release


The command below is another method to display current kernel level:

hostnamectl





No comments:

Post a Comment

Note: Only a member of this blog may post a comment.