Tag Archives: which

which command tutorial in linux/unix with examples and use cases

Linux which command does this by searching the PATH for executable files matching the names of the arguments. It returns the pathnames of the files (or links) which would be executed in the current environment. Continue reading

Posted in System | Tagged , | Comments Off on which command tutorial in linux/unix with examples and use cases

Linux Location and File Finding Command

linux locate Syntax Explain Linux locate command is used to find eligible documents or directories in the database. When locate is first executed, it establishes an index database, and when it is executed again later, it quickly locates files from … Continue reading

Posted in File & Directory | Tagged , , , | Comments Off on Linux Location and File Finding Command