Check Linux Server OS Version

To check the system version of a Linux server, you can use one of the following commands:

  1. Use the lsb_release command:
lsb_release -a
  1. View the /etc/os-release file using the cat command.
cat /etc/os-release
  1. Utilize the uname command:
uname -a

Any of the above commands can display the system version information of a Linux server.

bannerAds