LinuxPapers.org: Unix Manual Pages | Linux Today

LinuxPapers.org: Unix Manual Pages

Written By
Web Webster
Web Webster
May 27, 2000

[ Thanks to newsmaster for this link.
]

“Traditionally, the most commonly used interface for executing
Unix programs is without doubt, the text-based one. Even if
programs with graphical user interfaces are becoming more and more
widespread, the command line interface will never be obsolete.

When you start using Linux, there are a lot of new commands to
learn, and remembering the syntax for all of them is not
practically possible. For the less experienced user, and often even
for experts, many types of documentation may help. Most commands
come with online help, manual pages or documentation files in
various formats. In this article, we will learn how to read
manual pages using the man command.”

“Let’s look at the cat command first, one of the most ancient
Unix commands, that takes a filename as the first parameter and
prints the contents of the file onto the screen. Let’s imagine that
we want to know about some extra options for cat. To obtain this
information, we might try running cat with the ‘-h’ option – this
option will often make a command provide more information about
itself. However, if we type cat -h, nothing relevant comes out,
except for a hint to use the ‘–help’ option. Trying then with
cat --help we get the briefest description of some
options… but their meaning remains quite obscure. This
information would really only be useful if we already knew cat’s
functions, but had forgotton the corresponding options. In order to
have more detailed information about the command and its functions,
the best way is to try reading the “manual”.”

“To obtain information about any command, you can type
man ‘. For example, in order to learn more about cat,
we can run ‘man cat‘. Now, on screen, we finally have
detailed instructions on how to use the command, there is even a
description of the various options… Usually, every manual page is
structured into standard sections…”

Complete
Story

Web Webster

Web Webster

Web Webster has more than 20 years of writing and editorial experience in the tech sector. He’s written and edited news, demand generation, user-focused, and thought leadership content for business software solutions, consumer tech, and Linux Today, he edits and writes for a portfolio of tech industry news and analysis websites including webopedia.com, and DatabaseJournal.com.

Linux Today Logo

LinuxToday is a trusted, contributor-driven news resource supporting all types of Linux users. Our thriving international community engages with us through social media and frequent content contributions aimed at solving problems ranging from personal computing to enterprise-level IT operations. LinuxToday serves as a home for a community that struggles to find comparable information elsewhere on the web.

Property of TechnologyAdvice. © 2026 TechnologyAdvice. All Rights Reserved

Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.