how do I know what linux distro I'm running code example
Example 1: check the linux distribution
cat /etc/os-release
Example 2: how to find distro name
cat /etc/os-release
lsb_release -a
hostnamectl
Type the following command to find Linux kernel version:
uname -r
Example 3: get linux distro from terminal
dmesg | head -1