logicacmg000
Technical User
I wanted to know what is the command to run which would display the system information, like CPU, memory, total disk space, etc.
Thanks.
Thanks.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
lsusb
lspci
lshw
lshal
$ df -k
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/hda1 36969672 9581744 25509932 28% /
tmpfs 258244 0 258244 0% /dev/shm
tmpfs 258244 12588 245656 5% /lib/modules/2.6.12-9-386/volatile
$
linux:~ # df -k
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/hda2 19237244 13087456 6149788 69% /
tmpfs 127908 0 127908 0% /dev/shm
linux:~ #
computer ~ # dmesg | grep "^[sh]d[a-z]: [0-9]"
hda: 20044080 sectors (10262 MB) w/418KiB Cache, CHS=19885/16/63, UDMA(33)
hdb: 20044080 sectors (10262 MB) w/418KiB Cache, CHS=19885/16/63, UDMA(33)