SysAdmin Commands
คำสั่ง
คำอธิบาย
ตรวจสอบรายละเอียด Hardware ของเครื่อง
// report exact memory configuration, firmware version, mainboard configuration,
CPU version and speed, cache configuration, bus speed, etc.
$ sudo lshw | less
$ sudo lshw -html > myhardware.html
$ sudo lshw -xml > myhardware.xml
$ sudo dmidecode -q | less # To display BIOS information
$ sudo slusb -tv # To see USB info
$ sudo smartctl -A /dev/sda | grep Power_On_Hours # How long has this disk (system) been powered on in total
$ sudo hdparm -tT /dev/sda # Do a read speed test on disk sda
$ sudo badblocks -s /dev/sda # Test for unreadable blocks on disk sdaการอ่านสถานะของทรัพยากรระบบจากไดเรกทอรี /proc
ไฟล์
คำอธิบาย
โปรแกรมเสริมการดูทรัพยากรสำคัญภายในเครื่อง
Last updated
Was this helpful?