American Express Interview Question

How do you determine the OS version of a Red hat server

Interview Answer

Anonymous

Mar 18, 2009

My answer was to run "uname -a". The answer they were looking for was to display the contents of the /etc/issue file or alternatively for some systems /etc/lsb-release. I did not know the later off the top of my head. It took me all of 5 minutes of research to find the correct answer

1