How to display Linux version information

Here are some different commands to show the OS version and distribution information lsb_release command The lsb_release utility displays LSB (Linux Standard Base) information about the Linux distribution. This command should work on all Linux distributions that have the lsb-release package installed: lsb_release -a ~/scripts$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 22.04.1 LTS Release: … Read more