要查看Linux服务器的系统版本,可以使用以下命令之一:
lsb_release -a
cat /etc/os-release
uname -a
以上命令中的任意一个都可以显示Linux服务器的系统版本信息。