PDA

View Full Version : Retrieving system information



Vronsky
07-21-2006, 10:39 AM
Does Knoppix have a function to retrieve information on the PC, like 'Settings' & 'Control Panel' in Windows XP??
Cann't seem to find it.

THANKS!

malaire
07-21-2006, 11:10 AM
Does Knoppix have a function to retrieve information on the PC, like 'Settings' & 'Control Panel' in Windows XP??
Cann't seem to find it.

THANKS!

You could check out KMenu->Control Center

If you don't find what you want there, then please post a list of what kind of information you are looking for. I don't have WindowsXP so I can't check what 'Settings' & 'Control Panel' contains.

Dave_Bechtel
07-21-2006, 06:23 PM
as root:
' cat /proc/cpuinfo >/dev/shm/report.txt '
' cat /proc/interrupts >>/dev/shm/report.txt '
' cat /proc/dma >>/dev/shm/report.txt '

' free >>/dev/shm/report.txt '
' fdisk -l >>/dev/shm/report.txt '
' lspci -v >>/dev/shm/report.txt '

' less /dev/shm/report.txt '


Does Knoppix have a function to retrieve information on the PC, like 'Settings' & 'Control Panel' in Windows XP??
Cann't seem to find it.

THANKS!