how to find os linux version?

Discussion in 'Linux Virtual Machine' started by aadeshp, Jan 2, 2021.

  1. aadeshp

    aadeshp Bit poster

    Messages:
    1
    Type any one of the following command to find os name and version in Linux?
     
  2. Mark Fine

    Mark Fine Pro

    Messages:
    482
    uname -v
     
  3. codiant

    codiant Member

    Messages:
    32
    Type any one of the following command to find os name and version in Linux:

    cat /etc/os-release
    lsb_release -a
    hostnamectl
     

Share This Page