This section explains how to use the
qq fs_notify
command.Description
Notify on changes to files and directories under the specified directory. To cancel the listener, send a SIGQUIT signal (press CTRL+D).
Usage
qq fs_notify [-h] (--path PATH | --id ID) [--recursive]
[--filter {child_file_added,child_dir_added,child_file_removed,child_dir_removed,child_file_moved_from,child_file_moved_to,child_dir_moved_from,child_dir_moved_to,child_btime_changed,child_mtime_changed,child_atime_changed,child_size_changed,child_extra_attrs_changed,child_acl_changed,child_owner_changed,child_group_changed,child_data_written,child_stream_added,child_stream_removed,child_stream_moved_from,child_stream_moved_to,child_stream_size_changed,child_stream_data_written,self_removed} [{child_file_added,child_dir_added,child_file_removed,child_dir_removed,child_file_moved_from,child_file_moved_to,child_dir_moved_from,child_dir_moved_to,child_btime_changed,child_mtime_changed,child_atime_changed,child_size_changed,child_extra_attrs_changed,child_acl_changed,child_owner_changed,child_group_changed,child_data_written,child_stream_added,child_stream_removed,child_stream_moved_from,child_stream_moved_to,child_stream_size_changed,child_stream_data_written,self_removed} ...]]
[--file FILE] [--json]
Flags
Flag Name | Required | Description |
---|---|---|
--path
|
No | Directory path |
--id
|
No | Directory ID |
--recursive
|
No | Listen for changes recursively. |
--filter
|
No | Specific notify types to filter to. |
--file
|
No | File to receive data |
--json
|
No | Output results as a json stream. |