![]() |
how to find files (including hidden) on n900(permission denied solution)?
i want to find some .dae files on my n900.but i could not find them manually( i used winscp)
and find command is useless because it only find in the folder (we are working on) i want to find in the whole system files (including My Docs and and all the hidden files) can u guide me plz? |
Re: how to find files (including hidden) on n900?
I will suggest you to try filebox, it is in apps manager
|
Re: how to find files (including hidden) on n900?
find command can search the whole system.
Quote:
Use this command to search for .dae files: find / -name *.dae |
Re: how to find files (including hidden) on n900?
You can also cd .. all the way to the root folder and use find | grep 'string' (find | grep .dae in your case).
|
Re: how to find files (including hidden) on n900?
or try "sudo find -iname '*.dae' /"
|
Re: how to find files (including hidden) on n900?
Use locate.
Code:
root |
Re: how to find files (including hidden) on n900?
what when permission denied ??????
|
Re: how to find files (including hidden) on n900(permission denied solution)?
gupdatedb (not glocate) needs to be run as root and IIRC you have to edit the updatedb script to use gnu find (gfind) instead of busybox's find.
But then it works great. I use it all the time. |
Re: how to find files (including hidden) on n900(permission denied solution)?
1 Attachment(s)
Quote:
any help now? |
Re: how to find files (including hidden) on n900?
Quote:
for xample i search for *.wav files in result there are too many files shown but not system files which is in /usr/share/sounds ui-charging_started but it shows other .wav files which are in same folder but not all files |
All times are GMT. The time now is 02:10. |
vBulletin® Version 3.8.8