Failing the Linux 101 exam

in Linux+
I studied and took three practice exams -- certblaster, Learn Key and MeasureUp ($11
-- where I had 95 percent scores or better and still failed the cert. I only had 380 score (500 to pass). I have A+ and Net+ certifications, so it wasn't like I was blind to the whole certification process.
I think my mistake was not directly concentrating on each of the Comp-TIA objectives. I used Linux + Guide to Linux Certification as my main book.
Any suggestions for other books to use or strategies that worked for you? I'd greatly appreciate it.

I think my mistake was not directly concentrating on each of the Comp-TIA objectives. I used Linux + Guide to Linux Certification as my main book.
Any suggestions for other books to use or strategies that worked for you? I'd greatly appreciate it.
Comments
First in your test there ware any multiple answer questions ? If so how many ? I noticed that at list for me this are the hardest for some reason ...
Second question is about how hard is the exam , i used alote of tests online and i passed all of them even still i have some stuff that i did not get to in the book, i m curios how hard is the exam compared to them. The hardest i did was IT Exam Practice - Pass An Exam , can you please look over it or take the mock exam and tell me how it compares to the real thing ?
CompTIA Linux+ Complete Study Guide Authorized Courseware: Exams LX0-101 and LX0-102: Roderick W. Smith: 9780470888452: Amazon.com: Books
Im curious to see how...
Amazon.com: LPIC-1/CompTIA Linux+ Certification All-in-One Exam Guide (Exams LPIC-1/LX0-101 & LX0-102) (9780071771573): Robb Tracy: Books
...stacks up to the test.
TE Threads: How to study for the CCENT/CCNA, Introduction to Cisco Exams
Smith's is more hardcore , more stuff and less noob approach. It manages to also have a smaller page count trough . On the bad side it has alote of typos and some sections seem rushed or not developed , like tar and cpio section...
I have not taken the test yet so i m not sure how complete either of the books are but Smiths seems to be better imo. If anyone did take the exam PLEASE PLEASE take the time and tell me if the questions have more then one required answer (aka select 2 from 5 possible answers etc) and if so about how many questions of this time there are... i know all about fill the blanks but for me multiple answer question fills the hardest.
Running Linux - Matthias Dalheimer, Matt Welsh - Google Books
I'm actually coming into Linux new, so I appreciate the examples in this book (All-in-one). But I'm also concerned with studying for the exam, which is one of the major factors of taking this up in the first place!
I'm actually working on my own lab examples, based off Robbs - but with much less hand-holding.
Edit 2: I just realized you can use quotes: | grep " on". Awesome!
TE Threads: How to study for the CCENT/CCNA, Introduction to Cisco Exams
I looked at both books in my barnes and noble yesterday and Robb Tracy's book seemed superior. I used Sybex to pass my CCNA exam and all-in-one to pass my A+ and used Exam Prep to pass my Net+. I used all in conjunction with Exam-cram study guides and created **** sheets (stuff I had to memorize) that I reviewed before walking into prometric. I don't think the exam crams are made anymore but they had about 3 practice exams in them.
grep is super awesome and can really do wonders...a few of my favorites:
grep -vi - Literally "inverse case insensitive", basically for when I want to remove things from my search...sometimes finding what you want in logs means removing what you don't want to see
grep -A # or grep -B # - Include x amount of lines AFTER (-A) or BEFORE (-B) the phrase you're searching for. This is helpful because in many application logs, the problem leads up to and logs after what you are searching for.
grep 'phrase1\|phrase2' - This acts as an OR operator that will return results from both phrases. You can do this as many times as you want. I also often do this with -vi (grep -vi 'phrase1\|phrase2\|phrase3') to remove multiple items from the log I'm parsing to get closer to that needle in a haystack.
There are many, many more but those are a few of the key grep's I use!
As someone who has earned a number of CompTIA certs I would advise using at least two books. And when you take the practice tests, do not review your questions after each test and then think you understand - you don't. You will inadvertently memorize the answers and that will produce misleading test results that won't compare to your knowledge.
You need lots of hands on experience.
I've been thinking for several years to get cert.
I'm more versed in Linux now and may attempt studying for an exam soon.
5 years or so ago, there was not many study materials, BUt, there are many options now.
and then from reviewing the objectives of LPIC2 I considered it as well, and after getting there ...the same happened with level 3
I would say that it was done especially for myself, studying for an exam always pushes me to the limits. later it assisted with job applications also which is always a benefit