| Test | Description |
|---|---|
| -type f / -type d | Files / directories |
| -size +10M | Larger than 10 MB |
| -mmin -60 | Content modified less than 60 minutes ago |
| -mtime -7 | Content modified within the last 7 days |
| -cmin / -ctime | Status (permissions, owner) changed |
| -atime | Last accessed |
| -empty | Empty file or directory |
| -user name | Owned by a user |