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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Linux Command Examples

62 点作者 ced83fra超过 11 年前

7 条评论

WestCoastJustin超过 11 年前
For anyone looking, there have been several great HN threads about UNIX commands, here are just a few:<p><a href="https://news.ycombinator.com/item?id=6360320" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=6360320</a><p><a href="https://news.ycombinator.com/item?id=6046682" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=6046682</a><p><a href="https://news.ycombinator.com/item?id=5022457" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=5022457</a><p><a href="https://news.ycombinator.com/item?id=4985393" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=4985393</a><p>I have also created a couple screencasts about the &quot;Filesystem Hierarchy Standard&quot; @ <a href="http://sysadmincasts.com/episodes/12-crash-course-on-the-filesystem-hierarchy-standard" rel="nofollow">http:&#x2F;&#x2F;sysadmincasts.com&#x2F;episodes&#x2F;12-crash-course-on-the-fil...</a> and a &quot;Crash Course on Common Commands&quot; @ <a href="http://sysadmincasts.com/episodes/13-crash-course-on-common-commands" rel="nofollow">http:&#x2F;&#x2F;sysadmincasts.com&#x2F;episodes&#x2F;13-crash-course-on-common-...</a>
toki5超过 11 年前
It would help a LOT if these were organized by something other than alphabet, or if these had some kind of five-word snippet describing what each command does. This is one of the few instances where alphabetizing doesn&#x27;t do us any good -- if we knew what our command started with, we could just search for it.
评论 #6849994 未加载
评论 #6848736 未加载
yaph超过 11 年前
<a href="http://www.commandlinefu.com/" rel="nofollow">http:&#x2F;&#x2F;www.commandlinefu.com&#x2F;</a> is a good place to look for examples.
评论 #6847087 未加载
denibertovic超过 11 年前
Is it just me or does this seem like man pages but on the web? I applaud the effort but still, seems like it would make more sense spend this time and teach ppl how to use the man command.
cellover超过 11 年前
Searched for nmap, got this sweet exception:<p>CException Property &quot;SiteController.bodyClass&quot; is not defined.<p>Maybe later then!
评论 #6850272 未加载
评论 #6848427 未加载
neumino超过 11 年前
Looks cool. Is there a github repo somewhere where we can send pull requests? It&#x27;s missing stuff like systemctl.
评论 #6850250 未加载
iamjames超过 11 年前
This is excellent. Just what I was looking for as a Linux novice.