What commands to use to find a file or a folder through SSH?
Chris Worner Well-known member Registered Joined Apr 15, 2016 Messages 612 Points 28 Jun 22, 2017 #1 What commands to use to find a file or a folder through SSH?
VirtuBox Well-known member Registered Joined May 3, 2016 Messages 1,622 Points 83 Jun 23, 2017 #2 Just use the command find on Linux : A complete guide is available on howtoforge : https://www.howtoforge.com/tutorial/linux-find-command/
Just use the command find on Linux : A complete guide is available on howtoforge : https://www.howtoforge.com/tutorial/linux-find-command/
cyberpersons Member Registered Joined Jun 17, 2017 Messages 45 Points 0 Jun 24, 2017 #3 I do as well use the "find" command most often.
L LJSHost Well-known member Hosting Provider Registered Joined Jul 5, 2016 Messages 1,031 Points 63 Jun 25, 2017 #4 Another option is using the locate command but this tool uses a databases of files to perform the search which must to kept updated. locate is easier to use but not as powerful.
Another option is using the locate command but this tool uses a databases of files to perform the search which must to kept updated. locate is easier to use but not as powerful.