TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

2 pointsby marcusEtingover 13 years ago
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

retroafromanover 13 years ago
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.