Linux Level 1 15 points

04. Find the Hidden File

Mission

In Linux, files whose names start with "." (dot) are "hidden files" and are not displayed with the regular ls command. There seems to be a hidden file on the server. Try to find it!

Prerequisites

  • Linux Basics Basic Linux command line operations (cd, ls, cat, grep, etc.)
#linux#hidden-files#dotfiles#ls

Clear it in 3 steps

Not started
  1. Start the environment

  2. Investigate the target

  3. Submit the flag