any help here would be appreciated. I am finishing up chapter 13 lab fs-review and I cannot pass the verifying search results of find command?
@cxiong1990 it would help if you could share which course this is for, and the URL where you are taking the course.
Hi @cxiong1990
Please, delete escape symbol ( \) from lihe:
find /usr/share -size +50M -size -100M > \ /mnt/freespace/search2.txt
The line should be:
find /usr/share -size +50M -size -100M > /mnt/freespace/search2.txt
You miss explanation about escape symbol ( \) at Chapter N2, p.2.5 , Write a Long Command in Multiple Lines.
Good luck
@cxiong1990 your find command input is wrong - please recheck and redo it correctly and you will get the grading pass.
Also - the grading script error is helping you to identify where to look for the error - please pay attention to the error message which will help you in troubleshooting in the real world as well. Atleast you can go to that particular task and reverify your work.
thanks for that I forgot about that.
Red Hat
Learning Community
A collaborative learning environment, enabling open source skill development.