X
X

Select Your Currency

Türk Lirası $ US Dollar Euro

How to Search for Files and Folders via SSH

Sometimes we may want to search for files and folders on our Linux server. The following commands will be useful for you;

Linux SSH File Search;

find / -type f -name filename

Linux SSH Folder Search;

find / -type d -name foldername

Can't find the information you are looking for?

Create a Support Ticket
Did you find it useful?
(142 times viewed / 0 people found it helpful)