EnderWiggin wrote: » They have fill-in-the-blank questions, so you have to be on point for those. The multiple choice questions weren't all that difficult, but if you don't do well with the fill-in-the-blanks, you'll have to get the majority of the multiple choice correct. Overall, I'd say it was easy, but I've been using Linux without a GUI as my personal machine for years, so..... Take my rating with a grain of salt.
ccboy85 wrote: » Thanks for the info. Do you mind giving us an example of what type of fill in the blank questions they ask? Is it this: 1) ________ Concatenates and print the content of files. // cat would be the answer or 2) _______ appends to the file called "test" // something like echo "hello" >> test would be the answer
T-RAV wrote: » Well since i took the test today, I have it pretty fresh in my mind how tough it is. I failed it getting a 480 and needed a 500. Bummer . Thats gotta be 2 questions I missed it by, or one fill in the blank. But I did go into this with zero and I mean ZERO linux experience. So for me getting that close being a total newb, you might be fine. Chinook is right when he says the key is knowing the commands, but I would expand saying know the flags for the commands. They seem to focus on the flags more than the commands themselves. for example "using this command, what flag will accomplish this task?" I would also say make sure you know Vi editor. I know nano is popular, but if you use it, STOP and use Vi while you study. One last thing is knowing the filesystem and the locations of particular config files and logs/messages. A lot of times they didn't make me put the full path but they asked for the name of the file within a directory. Just FYI I used CBTnuggets and a couple other sources from my college. CBTnuggets doesn't go into enough deep detail to help too much. it is a good baseline but be sure to supplement it with other sources.
Conquererspledge wrote: » Just out of curiosity, why is nano more popular than vi? I work as a sysadmin in a mixed environment and I've never used nano. It may be because I've never needed anything except vi/vim but I'm generally curious as to why nano is more popular.