Could someone clarify what will happen if osquery ...
# general
t
Could someone clarify what will happen if osquery attempts to monitor a file path that does not exist? Take for example a long path such as C:/windows/a/path/that/does/not/exist. If it were included in file_paths, and osquery cannot find it, it will attempt to find the parent directory, so c:/windows/a/path/that/does/not. And then if it cannot find that path, it will continue to look one directory up, until it is able to find one, all the way up to c:/windows. Is this correct or am i misunderstanding?