Linux

lshw command in Linux

lshw command in Linux, Uses of lshw command in Linux with examples

lshw (list hardware) command is a small tool that generates detailed reports about various hardware components, including CPU version, memory configuration, cache information, bus speed, etc. on the system. lshw command is able to do so because it reads various files located in the /proc directory. To display complete information you must be root user …

lshw command in Linux, Uses of lshw command in Linux with examples Read More »

top command in Linux

top -h top -n 5 top -u username Press q for exit   top -b Press CTRL+C for exit top -s Press q for exit  

Scroll to Top