CounterHack / HolidayHack2020

SANS Holiday Hack Challenge 2020
13 stars 1 forks source link

linux primer defect #10

Closed arg0user closed 3 years ago

arg0user commented 3 years ago

The question about finding a file of a certain size in /opt/munchkin_den takes a solution that only finds file greater than 108k. The solution should require > 108K and < 110K

...or maybe it was designed otherwise....

chrisjd20 commented 3 years ago

What command are you using?

chrisjd20 commented 3 years ago

Oh Ok I see what your saying. Id have to test it again to verify but I think thats fine if so... The learning objective is to learn the -size flag and either instance, thats accomplished. Thanks for the feedback. Something to look into for the future for sure.

arg0user commented 3 years ago

cool, yah...quesion seemed to imply you needed both upper and lower limits...but learning / understanding of -s**e was there...thx chris

chrisjd20 commented 3 years ago

Well that WAS the intent but the learning objective is still there. We will probably go back and refine it ( thanks to your feedback ) but yea no critical changes needed.

tkh16 commented 3 years ago

Thanks again for your feedback, @arg0user!