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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: How do I study for a basic linux competency test?

2 点作者 marcusEting超过 13 年前
One of the requirements for a position I'm seeking includes some basic linux server administration. I've had some experience so I'm not too worried, but I wouldn't consider myself an expert. As far as I know the test will have 10 open-ended questions about basic linux administration. How or what do I "study"?

1 comment

retroafroman超过 13 年前
It's tough to know, but my bet is that they will test a couple of basics, at least:<p>1. Run levels<p>2. Start up scripts<p>3. User/group adding, ownership changes<p>4. Process/daemon lifecycle - starting, stopping, monitoring, killing, etc<p>5. Performing actions with the network - ifconfig, ifup, iptables maybe<p>I would think they would use these types of topics because they are fairly similar across most distros and even most Unices. If you're know the commands and the most commonly used switches for the above mentioned topics, you're probably in ok shape.