Linux Command To Check OS Version

Chapter: Linux Commands Last Updated: 25-10-2019 12:57:18 UTC

Program:

            /* ............... START ............... */
                


root@kali:~# cat /etc/os-release


root@kali:~# cat /etc/*release     /* Commmand will give all details regarding OS */

                /* ............... END ............... */
        

Output


            Linux Command To Check OS Version
        

Notes:

  • Linux command to view OS version is : $cat /etc/os-release
  • You can also give $cat /etc/*release which will give more details regarding the OS.
  • $uname -a will give the details of linux kernel information.
  • For more information you can refer the program section for more clarification.
Similar Programs Chapter Last Updated
How To Enable Permission On File Linux Ubuntu Linux Commands 26-08-2023
Linux Command To Give All Permissions To A File Linux Commands 24-08-2023
Important Network Commands In Linux Linux Commands 24-08-2023
Important Commands In Linux Linux Commands 24-08-2023
Grep Command In Linux Example Linux Commands 10-05-2023
Traceroute Command In Ubuntu Linux Commands 10-05-2023
Linux Command To Count Number Of Files In A Directory Linux Commands 18-03-2023
Linux Version Command Linux Commands 01-12-2020
Unzip Command In Linux Linux Commands 20-11-2019
Process Command In Linux Linux Commands 16-11-2019
Linux Command To Create Link Linux Commands 15-11-2019
Linux Command To View File Content Linux Commands 25-10-2019
Netstat Command In Linux Linux Commands 13-08-2019
Telnet Command In Linux Linux Commands 13-08-2019
Linux Command To Create A File Linux Commands 23-05-2019
Linux echo Command Linux Commands 05-05-2018
Linux Ping Command Linux Commands 05-05-2018
Linux ls (List Directory) Command Linux Commands 17-03-2018

1