mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
10 lines
132 B
YAML
10 lines
132 B
YAML
|
name: block_devices
|
||
|
examples: >-
|
||
|
Identify USB storage in use
|
||
|
|
||
|
```
|
||
|
|
||
|
SELECT * FROM block_devices WHERE type='USB';
|
||
|
|
||
|
```
|