Lot of "file not found" when using sudo find / -type s
- by Andrea Moro
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?