TestDisk-QPhotoRec
MR ZenWiz
mrzenwiz at gmail.com
Wed Oct 16 19:00:36 UTC 2024
On Wed, Oct 16, 2024 at 11:49 AM Ian Bruntlett <ian.bruntlett at gmail.com> wrote:
>
> Hi,
>
:
>
> 1) To ignore a load of "Permission denied" errors, I'd do:-
> $find / -name "<YourFileName>" 2>/dev/null
True, and a good idea. I suggested using sudo to overcome the
permissions issue AND look through those directories as well. The
stderr redirect is often a good idea with find.
Not needed for locate...
> Other useful things.
> 2) So I don't have to do a case sensitive search, I use -iname more frequently than -name.
> 3) Within a -name -or -iname clause, I frequently use wildcards in the given name pattern.
+1
MRZ
More information about the ubuntu-users
mailing list