Introduction
In this lab, you will learn how to use the whereis
command in Linux to locate executable files, source code, and manual pages for various programs on your system. The whereis
command is a useful tool for quickly finding the location of a command or program, as it searches a predefined list of standard binary directories. You will also learn how to customize the search behavior of the whereis
command to suit your specific needs.
The lab covers the following steps:
- Understand the Purpose of the
whereis
Command - Locate Executable Files, Source Code, and Manual Pages Using
whereis
- Customize the Search Behavior of the
whereis
Command
The whereis
command is a powerful tool for Linux users, and this lab will provide you with practical examples and insights to help you effectively utilize it in your daily workflow.