I found that the current interpretation of -ctime in the code is Created time, but the interpretation of -c in the GNU manual seems to be Status Changed.
The following is a piece of relevant code: https://github.com/uutils/findutils/blob/main/src/find/matchers/mod.rs#L412
Manual for the -ctime: https://www.gnu.org/software/findutils/manual/html_node/find_html/Age-Ranges.html#Age-Ranges
I found that the current interpretation of
-ctimein the code isCreatedtime, but the interpretation of-cin the GNU manual seems to beStatus Changed.The following is a piece of relevant code: https://github.com/uutils/findutils/blob/main/src/find/matchers/mod.rs#L412
Manual for the -ctime: https://www.gnu.org/software/findutils/manual/html_node/find_html/Age-Ranges.html#Age-Ranges