From Bugzilla Helper: User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.12) Gecko/20050915 Firefox/1.0.7 Description of problem: Even if the correct command is entered (as shown in the grading script) Deliverable #2 always grades as incorrect. Instructions read: The file /proc/modules lists currently loaded kernel modules, along with the module size (the second column) and a current usage count (the third column). Sort the contents of this file in numerically descending order, using the usage count (third column) as your primary key, and the module size (second column) as your secondary key. Store the results in the file ~/modules.byuc Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1.Complete Online Exercise 2.Grade Exercise 3. Actual Results: Instead of marking the item as correct, 2 out of 10 points are awarded. Expected Results: The item should be marked as correct (10 out of 10 points) Additional info: