Re: Weird Situation with Vinux

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello

Keep also in mind that locate doesn't look for all directories. More reliable and much slower way is to look for file with find command

find / | grep -i part_of_file_name
or find / -type  d  -mtime -2 | less

-2 is the maximum age of directories find will list. I fyou put -type f instead of -type d you'll get list of files more recent than 2 days.

I suspect these files are som mwhere on your home directory.



--
mr. M01510 & guide Loadstone-GPS
hkp://wwwkeys.pgp.net B784D020
0C1F 6A76 DC9D DD58 3383 8B5D 0E76 9600  B784 D02

_______________________________________________
Blinux-list mailing list
Blinux-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/blinux-list


[Index of Archives]     [Linux Speakup]     [Fedora]     [Linux Kernel]     [Yosemite News]     [Big List of Linux Books]