mirror of
https://github.com/onceupon/Bash-Oneliner.git
synced 2024-11-26 06:17:01 +00:00
Update README.md
This commit is contained in:
parent
9268b08e4f
commit
5f3e48109e
@ -2267,6 +2267,8 @@ ssh -f -L 9000:targetservername:8088 root@192.168.14.72 -N
|
|||||||
##### Count the number of Segate hard disks
|
##### Count the number of Segate hard disks
|
||||||
```bash
|
```bash
|
||||||
lsscsi|grep SEAGATE|wc -l
|
lsscsi|grep SEAGATE|wc -l
|
||||||
|
or
|
||||||
|
sg_map -i -x|grep SEAGATE|wc -l
|
||||||
```
|
```
|
||||||
|
|
||||||
##### Print detail of memory hardware
|
##### Print detail of memory hardware
|
||||||
|
Loading…
Reference in New Issue
Block a user