fleet/schema/tables/find_cmd.yml
Rachael Shaw 895d4bc2f7
Use "Fleet's agent (fleetd)" naming in the docs (#18138)
For #16512

---------

Co-authored-by: Eric <eashaw@sailsjs.com>
2024-04-29 11:12:03 -05:00

27 lines
742 B
YAML

name: find_cmd
platforms:
- darwin
description: Uses the /usr/bin/find command to list files and directories.
columns:
- name: directory
type: text
required: true
description: >-
The directory passed to find as first argument.
- name: type
type: text
required: false
description: >-
Sets the value of the `-type` flag.
- name: perm
type: text
required: false
description: >-
Sets the value of the `-perm` flag.
- name: path
type: text
required: false
description: >-
Contains the found paths.
notes: This table is not a core osquery table. It is included as part of Fleet's agent ([fleetd](https://fleetdm.com/docs/get-started/anatomy#fleetd)).
evented: false