Angel Tsankov wrote:
This is the first time I run find. Have I misconfigured smth?No, don't run find on /procWell, sometimes I need to run it on /
Then redirect the error messages to /dev/null find / -name somefile 2> /dev/null Andy -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
