Linux study notes -- which command (SEARCH Command)

Source: Internet
Author: User

Linux study notes -- which command (SEARCH Command)

Which, which indicates to search for the location and alias of a command from the PATH specified by the PATH environment variable.

Which command features:

1) The "which" command can only search for system commands, but cannot search for common files. 2) The "which" command searches for the location of a system command from the PATH specified by the PATH environment variable and returns the first search result.

PATH environment variable:

PATH: determines which directories The shell will look for commands or programs. The PATH value is a series of directories separated by ":". When you run a command, linux searches for compilation links under these directories.

The which command differs from the whereis command:

1) The "whereis" command queries the command location and help document location; the "which" command queries the command location and command alias. 2) The "whereis" command searches for data from the database, and the database is not updated in real time. The "which" command queries data from the PATH specified by the PATH environment variable, and is real-time.

1. Command Format:

Which command name

2. Common examples:

1) view the location and alias of the "ll" command

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.