How To Find A File Using SSH

To find a file on your server using SSH, simply use the “locate” command.

Example: locate fileyouwant.file

This will result in an output of all files on your server with that name

You must be logged in to post a comment.