Hi,
I need some assistance in understanding where I might have gone wrong. I found that file4922
was the only file above 1KB, yet my solution was marked as incorrect. Could someone please help confirm this urgently?
Additionally, I noticed a contradictory statements (copy and move) in the instructions:
-
First: “Find any file that is larger than 1KB and copy it to the /opt/ directory.”
-
Second: “Is the file larger than 1KB moved to /opt?”
I based my actions on the second statement, using it as my guide to ensure I met the requirements.
looking forward to your feedback soonest.
https://learn.kodekloud.com/user/courses/labs-linux-foundation-certified-system-administrator-lfcs/module/f81c0b0c-ebab-4714-bbfe-fc2ac7be20f8/lesson/f82ed719-396e-4d60-a122-6abbd55e2b07
Hi @dapsonrock
The instruction in the third part says Find any file that is larger than 1KB and copy it to the /opt/ directory
.
So, the files should be copied and not moved.
The failure messages could be phrased in line with the task, I’ll notify the lab team about this.
Regards.
1 Like
I stepped into the same pitfall, and moved the file (as defined in the details), which results in failing the task
The conflicting wording hasn’t been fixed yet.