How do I know what in my box that I used.(linux)
- We can start with command:
>>> lspci
That's list all PCI devices, But we can advance it by
>>> lspci -v
- We can see cpuinfo
>>> cat /proc/cpuinfo
and guess what!!! we have
>>> lshw
but you have to use super-user for running it.
>>> lspci
That's list all PCI devices, But we can advance it by
>>> lspci -v
- We can see cpuinfo
>>> cat /proc/cpuinfo
and guess what!!! we have
>>> lshw
but you have to use super-user for running it.
Comments
Post a Comment