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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

I Didn’t Learn Unix by Reading All the Manpages

2 点作者 bubblehack3r超过 2 年前

1 comment

simonblack超过 2 年前
Strangely enough, I <i>did</i> learn Unix by reading the man pages.<p>Way back around 1990, I came across a low-cost Version 7 clone of Unix called &#x27;Coherent&#x27;. Along with several floppies containing the software came a large 400-500 page book that was mostly a reprint of the Coherent man-pages.<p><a href="https:&#x2F;&#x2F;computeradsfromthepast.substack.com&#x2F;p&#x2F;mark-williams-coherent-operating" rel="nofollow">https:&#x2F;&#x2F;computeradsfromthepast.substack.com&#x2F;p&#x2F;mark-williams-...</a><p>Coming from MSDOS, I had to learn Unix from the ground up.* That &#x27;manual&#x27; was a godsend in telling me what CLI commands existed and what they did.<p>* I especially discovered very rapidly why you should run your computer as a &#x27;normal user&#x27; rather than as &#x27;root&#x27; by running the simple command &#x27;rm -fr .*&#x27; while in the &#x2F;tmp directory while doing some &#x27;tidying up&#x27;