Locate files without wandering folder by folder.
0/25 lessons
0/7 missions
New learnerrank
0XP
0%complete
learner@clairos:/home/learner $
Unix ops lab: type a command, press Enter
Lesson support
What to notice while you play.
Try find /var -name log and find /home -name hello.
Fast file discovery is a core troubleshooting skill.
- Searching / when a smaller root would do.
- Forgetting that -name is a filename filter.
Reference
Commands in this lesson.
ls [-la] [path]
List fake files and folders.
find [path] [-name text]
Search fake filesystem paths.
stat <path>
Show fake file details.