Would you like to learn how to find files on Linux? In this tutorial, we are going to show you how to search for files on a computer running Linux.
• Ubuntu 18
• Ubuntu 19
• Ubuntu 20
Copyright © 2018-2021 by Techexpert.tips.
All rights reserved. No part of this publication may be reproduced, distributed, or transmitted in any form or by any means without the prior written permission of the publisher.
Equipment list
The following section presents the list of equipment used to create this tutorial.
As an Amazon Associate, I earn from qualifying purchases.
Tutorial Ubuntu – Searching for files
Search for a file on the entire disk.
Search for a file using case insensitive.
Search for a file in a specific directory.
Find files with a specific extension.
Exclude a directory from the search.
Exclude multiple directories from the search.
Find files created in the last 24 hours.
Find files modified in the last 24 hours.
Find files accessed in the last 24 hours.
Find files owned by a specific user.
Find files owned by a specific group.
Find files with SUID enabled.
Find files with SGID enabled.
Congratulations! You are able to search for files using the FIND command on Linux.