Linux -- which whereis

來源:互聯網
上載者:User

標籤:des   style   color   os   io   strong   ar   for   art   

WHICH(1)                                                      General Commands Manual                                                      WHICH(1)



NAME
       which - locate a command

#就是用來找一個命令的絕對路徑

SYNOPSIS
       which [-a] filename ...

DESCRIPTION
       which returns the pathnames of the files (or links) which would be executed in the current environment, had its arguments been given as com‐
       mands in a strictly POSIX-conformant shell.  It does this by searching the PATH for executable files matching the names of the arguments. It
       does not follow symbolic links.

OPTIONS
       -a     print all matching pathnames of each argument

EXIT STATUS
       0      if all specified commands are found and executable

       1      if one or more specified commands is nonexistent or not executable

       2      if an invalid option is specified


**************************************************************************************************************************

**************************************************************************************************************************

**************************************************************************************************************************

 

WHEREIS(1)                                                         User Commands                                                         WHEREIS(1)



NAME
       whereis - locate the binary, source, and manual page files for a command

#尋找一個命令的絕對路徑,原始碼,使用者手冊

SYNOPSIS
       whereis [-bmsu] [-BMS directory...  -f] filename...

DESCRIPTION
       whereis  locates  source/binary  and manuals sections for specified files.  The supplied names are first stripped of leading pathname compo‐
       nents and any (single) trailing extension of the form .ext, for example, .c.  Prefixes of s.  resulting from use of source code control  are
       also dealt with.  whereis then attempts to locate the desired program in a list of standard Linux places.

OPTIONS


       -b     Search only for binaries.
      

      #相當於 which ls


       -m     Search only for manual sections.

      

       -s     Search only for sources.

      

以下三個選項用來改變相應的搜尋路徑
       -B     Change or otherwise limit the places where whereis searches for binaries.

       -M     Change or otherwise limit the places where whereis searches for manual sections.

       -S     Change or otherwise limit the places where whereis searches for sources.

 


       -u     Search  for  unusual  entries.   A  file  is  said  to  be  unusual  if  it  does  not  have  one entry of each requested type.  Thus
              `whereis  -m  -u  *‘ asks for those files in the current directory which have no documentation.

       -f     Terminate the last directory list and signals the start of file names, and must be used when any of the -B, -M,  or  -S  options  are
              used.

EXAMPLE
       Find all files in /usr/bin which are not documented in /usr/man/man1 with source in /usr/src:

              example% cd /usr/bin
              example% whereis -u -M /usr/man/man1 -S /usr/src -f *

FILES
       /{bin,sbin,etc}

       /usr/{lib,bin,old,new,local,games,include,etc,src,man,sbin,
                           X386,TeX,g++-include}

       /usr/local/{X386,TeX,X11,include,lib,man,etc,bin,games,emacs}

SEE ALSO
       chdir(2V)

BUGS
       Since whereis uses chdir(2V) to run faster, pathnames given with the -M, -S, or -B must be full; that is, they must begin with a `/‘.

       whereis has a hard-coded path, so may not always find what you‘re looking for.

AVAILABILITY
       The whereis command is part of the util-linux package and is available from ftp://ftp.kernel.org/pub/linux/utils/util-linux/.



util-linux                                                           July 2009                                                           WHEREIS(1)

Linux -- which whereis

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

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.