Linux Level 1 15 points

03. Linux First Steps - Find the File

Mission

You've connected to a Linux server! There's a file with the flag in the home directory. Use basic commands to find the flag. Available commands: - ls: list files - cat filename: display file contents - cd directory: change directory

Prerequisites

  • Linux Basics Basic Linux command line operations (cd, ls, cat, grep, etc.)
#linux#commands#basics#files

Clear it in 3 steps

Not started
  1. Start the environment

  2. Investigate the target

  3. Submit the flag