Thursday, May 2, 2024
398
rated 0 times [  398] [ 0]  / answers: 1 / hits: 590061  / 2 Years ago, tue, october 25, 2022, 11:53:30

Which commands will give me information about following using Terminal?




  1. Kernel Version

  2. Distribution version no.

  3. All partition size of the HDD


More From » command-line

 Answers
1

  • uname -a for all information regarding the kernel version,


    uname -r for the exact kernel version



  • lsb_release -afor all information related to the Ubuntu version,


    lsb_release -r for the exact version



  • sudo fdisk -l for partition information with all details.


    For more understandable information regarding paritions, please use commands given in other answers.




[#35798] Wednesday, October 26, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
mocipe

Total Points: 161
Total Questions: 106
Total Answers: 118

Location: Cambodia
Member since Thu, Oct 7, 2021
3 Years ago
;