Lot of "file not found" when using sudo find / -type s
Posted
by
Andrea Moro
on Ask Ubuntu
See other posts from Ask Ubuntu
or by Andrea Moro
Published on 2014-06-01T19:31:08Z
Indexed on
2014/06/01
21:56 UTC
Read the original article
Hit count: 287
In the attempt to understand why I keep getting the following error
error: 'Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)'
while using the command sudo find / -type s
the terminal prompted something like this
find: ‘/proc/31348/task/31348/fd/5’: No such file or directory
find: ‘/proc/31348/task/31348/fdinfo/5’: No such file or directory
find: ‘/proc/31348/fd/5’: No such file or directory
find: ‘/proc/31348/fdinfo/5’: No such file or directory
What does this mean?
© Ask Ubuntu or respective owner