What is the equivalent of msinfo32 in Linux?
lshwFor PCI devices?
lspciFor USB devices?
lsusbFor listing files :D
lsTo find whether you are running on a 64 bit or 32 bit kernel?
uname -m"x86\_64" is returned for a 64bit OS
What is the equivalent of msinfo32 in Linux?lshw
For PCI devices?lspci
For USB devices?lsusb
For listing files :Dls
To find whether you are running on a 64 bit or 32 bit kernel?uname -m"x86\_64" is returned for a 64bit OS