LPI Exam Questions

Which TWO commands will find the path for the binary vim?

Which TWO commands will find the path for the binary vim?

A.
man vim

B.
whereis vim

C.
apropos vim

D.
which vim

Explanation:
which and whereis command displays the executable path of commands. Example: which
clearàShows actually where clear is stored similarly whereis clear.