What are Trace files and Log Files in Unix and How do they help in conducting back end testing?

Showing Answers 1 - 1 of 1 Answers

Hope this does anser your question -

General System Information Tools/Utilities
uname -a -- brief OS and kernel information.
dmesg -- kernel messages given during booting.
cat /var/log/messages -- is the same as dmesg
tail -f /var/log/messages -- show the last couple of lines and keep outputting new lines
kinfocenter -- good overview


Thanks,
Amit

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions