How to Check OS version and flavor in Linux 2022-06-17 29 words - 1 min read If you need to check the version and flavour of the running Linux instance, then you can try the below commands: 1 2 3 cat /etc/os-release lsb_release -a hostnamectl