IT/Software/System Config/System Info: Difference between revisions
Access restrictions were established for this page. If you see this message, you have no access to this page.
Walttheboss (talk | contribs) (Created page with "There are very many pieces of sysinfo that you can look for and many ways to find it. One basic way that gives you lots of info from the command line is <br />") |
Walttheboss (talk | contribs) No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
One basic way that gives you lots of info from the command line is | One basic way that gives you lots of info from the command line is | ||
<code>hostnamectl</code> | |||
Sample output is: | |||
walt@mimiablo:~$ hostnamectl | |||
Static hostname: mimiablo | |||
Icon name: computer-desktop | |||
Chassis: desktop | |||
Machine ID: 1ad5aea9122f4453b3829788e386c7da | |||
Boot ID: ad36ec7a72de4f189de8ec75618a44e6 | |||
Operating System: Ubuntu 20.04.4 LTS | |||
Kernel: Linux 5.13.0-30-generic | |||
Architecture: x86-64 | |||
<br /> | <br /> |
Latest revision as of 09:40, 8 March 2022
There are very many pieces of sysinfo that you can look for and many ways to find it.
One basic way that gives you lots of info from the command line is
hostnamectl
Sample output is:
walt@mimiablo:~$ hostnamectl
Static hostname: mimiablo
Icon name: computer-desktop
Chassis: desktop
Machine ID: 1ad5aea9122f4453b3829788e386c7da
Boot ID: ad36ec7a72de4f189de8ec75618a44e6
Operating System: Ubuntu 20.04.4 LTS
Kernel: Linux 5.13.0-30-generic
Architecture: x86-64