TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

System Administrator Interview Cheat Sheet

61 点作者 r11t超过 15 年前

5 条评论

nailer超过 15 年前
This is really out of date.<p>* nslookup has been deprecated by its makers for years now.<p>* ip route's replaced 'route', which still works but won't show you all the things that ip route can.<p>* Nothing on dot1q VLAN tagging, which is pretty common these days<p>* No CDP from hosts, which is also pretty common<p>* No Postfix or any other non-Sendmail mailer.<p>* The somewhat bizarre 'bash script to validate RPM files'. Why not just teach the proper query syntax or, for scripting, RPM &#38; yum APIs?<p>* Solaris.<p>If you're being asked these questions, or your interviewer is expecting these answers, you may wish to consider whether you want the role.
评论 #888122 未加载
jrg超过 15 年前
(Cheat sheet? Cheat Novella, more like! I think it's probably past the point where it needs to be split up a bit, even if only for your own benefit.)<p>"How do you check disk usage. How do you trouble shoot a high disk usage issue"<p>which is fine, until someone's done something similar to the next bit of advice - i.e. deleted some "old", large files that were still open by the application.<p>Better: compare filesystem usage (with df), against disk space used (with du), to deduce that there's an open file that has been unlinked. Then use lsof (whatever Sun say about pfiles or about dtrace, lsof is an essential tool) to look for processes with open files that have large offsets.<p>And, when deleting large files, check whether they're open, and truncate them before deleting them if you're not sure.<p>(note to another poster - ain't nothing wrong with Solaris! But I'm not really sure what interviewer might ask questions about the OSI 7 layer model, these days, and I agree that there's a real odd jumble of scripting snippets in there: best advice to anyone wanting to improve that side of their systems administration skills, is to read a copy of Unix Power tools.)
评论 #888427 未加载
Scott_MacGregor超过 15 年前
Thank you, this is very well laid out and easy to use.
评论 #888123 未加载
spudlyo超过 15 年前
Much of this content is lifted from other sites and articles, without attribution, with little or no value added commentary or presentation. I'm not sure why I'm offended by this, but I am.
评论 #888970 未加载
dnsworks超过 15 年前
This seems to be geared towards the type of systems administrator that you're not really looking to hire, if you're the kind of startup that hangs out on hacker news.<p>Frankly, the Solaris &#38; NIS+ questions are useless. You will not use either in a modern web startup, unless you're doing something wrong. Ditto for the AIX questions, LPARS, HP-UX, and Power-VM sections.<p>Ask a sysadmin questions relevant to your environment, or where you want your environment to go. Don't expect them to be a domain expert in every single region, and don't give weight to domain expertise irrelevant to your startup. I coached a friend through a phone interview with a generic LAMP-based startup recently whose hiring consultant spent an hour asking him questions about BGP, OSPF, Solaris, VMWare and EMC specific SAN devices.<p>The interviewer was a typical big company/academic systems administrator who had no startup experience. It was pretty ridiculous, these questions were asked by the interviewer because that's what his expertise was in, not because any of these were ever going to have any relevancy for this startup.<p>He passed, of course, and now their whole environment are AMIs.<p>I will say that I think any systems administrator today who isn't excited about learning Puppet or Chef is the wrong choice for a web startup.
评论 #888967 未加载
评论 #889086 未加载