NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
*bleep* (Score:2)
Wrong.
Re:*bleep* (Score:2)
I'm assuming you saw "process" and thought "function", which can indeed vary wildly.
Re:*bleep* (Score:2)
Correct. There are many possible failures but only one possible success: EXIT_SUCCESS from , and in Unix/Linux EXIT_SUCCESS is defined to be zero. Easily testable in shell by:
ls
ls
Re:*bleep* (Score:2)
Re:*bleep* (Score:2)
Re:*bleep* (Score:1)
false?See, it's not so simple...
Re:*bleep* (Score:2)
Err... nope. Processes and functions are vastly different. A function can have any return value it feels like, whereas a process should have a known set of exit conditions and values.
I've been writing both for quite sometime ;)
Re:*bleep* (Score:2)
*sigh* (Score:2)
All I'm saying I see absolutely no uncertainty in the question "normal exit status of a process". It's zero. You can do all the mincing of the words of "normal is different from success" or of "but what if this particular application has defined something else as 'normal'" but that does not change the agreed-upon, documented, and standardized semantics of a zero exit status, not one iota.
Re:*sigh* (Score:2)
I took this up with the director of the organisation, who happened to be there, and he did seem genuinely interested in improving the q
Which Exam? (Score:2)
What course did you take and what was the exam that went with it?
I've done the RHCT course and exam, I found the course interesting, the exam was less exciting. Red Hat's exmas are pure practicals, here is a box, make it do the following things - just like it says on their web page. It doesn't test your ability to remember a lot of things, rather your ability to approach problems from the right direction.
I'm considering taking the LPI [lpi.org] exam, it's all multi-guess based, but they claim to have spent a lot
-- "It's not magic, it's work..."
Re:Which Exam? (Score:2)
After the experience, I am very dubious of any automated exam. The selection box type questions are easy to mark, but when it comes to entering a string of characters, it needs a human to verify whether it's correct. Unless you can run it (if its a command) and check the output. However
Re:Which Exam? (Score:2)
I've been reading a LPIC-I book, and found the content quite comprehensive, but I've found some of the example questions a bit awkward. I like the idea of a vendor neutral exam, and I think a written exam like the LPI's complements the more practical approach of Red Hat.
I must confess to being less than confident of an automated exam, but the book did come with an example exam on CD, and I suppose it's useful to practice first. I've done the example exam a few times, and been surprised with my mistakes, b
-- "It's not magic, it's work..."