Chris:/* wrote: » To be quite honest you should really brush up your Linux skills instead of studying questions an HR person might not be able to tell the difference but an admin will. In addition I have know a number of guys who have gotten fired because they misrepresented their skills in the interview. Download virtual box and CentOS and run through some tests. These books are great primer books if you cannot afford or do not have the time for a formal class. I included the Unix Book as well because most environments have some flavor of Unix running in a closet somewhere. As a notion some things about Linux are not covered in a Linux book but may be present in a Unix book. Linux Administrator HandBook:Amazon.com: Linux Administration Handbook (2nd Edition)… Unix Administrator Handbook:Amazon.com: Linux Administration Handbook (2nd Edition)… Some Questions I ask possible inductees: Q: What command will show you the hostname and version number of the kernel? A:uname –a Justification: You should always know where you are before you start administrating a system. Also bonus points would be given if you know the actual arguments. Q: What file tells the version of red hat you are running? A: /etc/redhat-release Justification: This applies to patching, security and software compatibility lists. Q: What command will give an equivalent output of ifconfig –a if ifconfig is not available? A: netstat –ie or netstat –ei Justification: Typically you deactivate ifconfig from being used by all but root because of security concerns. A user can actually change network settings if you are not careful. Q: What command should you use to read a file from a data integrity stand point? A: more or less not cat Justification: cat being used carelessly can cause data to be changed or overwritten. Typically this command is also deactivated for the standard user.
JrSysAdmin wrote: » Like I said, I use CentOS on a daily basis at my current job without any issues. I have successfully setup LDAP integration on them so they all use Windows authentication, and rebuilt all the 32-bit OS systems as 64-bit...so it's not like I'm misrepresenting anything. I just don't know Linux as well as I know Windows, which is exactly what I told HR during that portion of the interview. My expertise is on the Windows side of things but I do have experience with Linux. In any case, you guys posted some really great advice and I appreciate that, thanks for the helping hands!