root-1
Navigating the Linux file system using the command line.
Category: introduction (0x0) Points: 50
Description
This flag is contained somewhere in some file. Can you find this flag?
This challenge was designed to test your ability to use the man
pages to understand how functions work and successfully and efficiently navigate the Linux terminal.
Flag
Hints
Think about the format of the directory. What types of characters are in the files? What might not be there?
Solution
grep
formats results ./file:content_match
.
Last updated