As you've already seen in this course, some commands accept flags. Flags are options that you can pass to a command to change its behavior.
For example, the ls command can take a -l flag to show a "long" listing of files:
ls -l
Or the -a flag to show "all" files, including hidden files:
ls -a
You can also combine flags:
ls -al
Whether or not a command takes flags, and what those flags are, is up to the developer of the command. That said there are some common conventions:
-a)--help)-h or --help)You've found that some files have been tampered with! To figure out which one it is, you need to know the number of bytes contained in each file.
Paste the number of bytes into the input field and submit your answer.