How do I find a Unix command?
Unix provides hundreds of useful commands for all sorts of purposes, but it is sometimes difficult to find the specific command you are looking for.
To assist you with this task, most versions of Unix provide the `man -k` command.
The `man -k` command searches the online manual pages to help you find the Unix command for which you are looking.
For example, suppose you forgot the command to backup your Unix system. You might search for the word backup:
$ man -k backup
dump(8), rdump(8) - file system backup
restore(8), rrestore(8) - restore files or file systems from backups made with dump
twfiles(5) - overview of files used by Tripwire and file backup process
Many Unix variants also provide the command `apropos`, which does the same thing as `man -k`.
![]() Learning the Unix Operating System | If you're new to Unix, this concise book will tell you just what you need to get started and no more. This fifth edition is the most effective introduction to Unix in print, covering Internet usage for email, file transfers, and web browsing. It's an ideal primer for Mac and PC users who need to know a little about Unix on the systems they visit. The new edition also contains many major and minor updates to help the reader navigate Unix's ever-expanding capabilities. In response to the popularity of Linux, the book now focuses on the popular bash shell preferred by most Linux users. A new chapter explains how to use ftp, pine for mail, and offers useful knowledge on how to surf the web. And the author has included tips throughout the text on security basics, especially in the Internet and networking sections. The book includes a completely updated quick reference card to make it easier for the reader to access the key functions of the command line. |
Bookmark How do I find a Unix command?



