From Bugzilla Helper: User-Agent: Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0) Description of problem: Version-Release number of selected component (if applicable): How reproducible: Sometimes Steps to Reproduce: 1.USERADD AA 2. 3. Actual Results: COMMAND NOT FOUND IF REBOOT THEN THE COMMAND WORKS. NOT ONLY THE USERADD COMMAND, I MEAN ALL COMMAND HAS THE SAME PROBLEM. Additional info:
Are you typing the command in uppercase? bash is case sensitve. useradd must me typed as "useradd" not "USERADD".
*** This bug has been marked as a duplicate of 51844 ***