Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux:cmd:hw [2020/11/04 06:03] jslinux:cmd:hw [2023/03/30 08:47] (current) js
Line 8: Line 8:
  
 === sg_inq === === sg_inq ===
-<code bash>sg_inq /dev/sda</code>+<code bash>#sg_inq /dev/sda</code>
  
 <code>standard INQUIRY: <code>standard INQUIRY:
Line 23: Line 23:
  
 === sginfo === === sginfo ===
-<code bash> sginfo -i /dev/sda</code>+<code bash>#sginfo -i /dev/sda</code>
 <code>INQUIRY response (cmd: 0x12) <code>INQUIRY response (cmd: 0x12)
 ---------------------------- ----------------------------
Line 56: Line 56:
  
 Homepage: [[https://github.com/karelzak/util-linux]] Homepage: [[https://github.com/karelzak/util-linux]]
 +
 Wiki: [[https://de.wikipedia.org/wiki/Util-linux]] Wiki: [[https://de.wikipedia.org/wiki/Util-linux]]
  
 Lsblk use the filesystem /sys and udev to show details of block devices (e.g. sda). Lsblk use the filesystem /sys and udev to show details of block devices (e.g. sda).
  
-<code bash>lsblk --noheadings --nodeps --include 8 --output name</code>+<code bash>#lsblk --noheadings --nodeps --include 8 --output name</code>
 <code>sda</code> <code>sda</code>
 +
 +
 +===== nvtop =====
 +
 +github: [[https://github.com/Syllo/nvtop]]
 +
 +===== htop =====
 +
 +github: [[https://github.com/htop-dev/htop]]
 +
 +===== [b|bash|bpy]top =====
 +
 +github: [[https://github.com/aristocratos?tab=repositories]]
 +
 +
 +