Pearson's OSCP Notebook

Home

❯

Commands

❯

Linux

❯

Find

Find

Properties1
tagsfind, redirect

Aug 18, 20261 min read

Find

Moved: See find in Text Processing (Linux Tools folder).

Quick reference:

find / -name s3cr3t 2>/dev/null
find / -perm -4000 -type f 2>/dev/null

For pipelines (find | xargs grep), see Pipelines & Chaining.

Related Tools

  • find

Related Notes

  • Sheet
  • Commands
  • find
  • Text Processing
  • Linux Tools
  • Pipelines & Chaining

Graph View

  • Find
  • Related Tools
  • Related Notes

Created with Quartz v5.0.0 © 2026

  • ← Back to Site
  • ✍️ Writeups
  • GitHub