When i do a
du -h --max-depth=1
in my server i get following errors coming up,
du: cannot access `./proc/13379/task/13379/fd/4': No such file or directory
du: cannot access `./proc/13379/task/13379/fdinfo/4': No such file or directory
du: cannot access `./proc/13379/fd/4': No such file or directory
du: cannot access `./proc/13379/fdinfo/4': No such file or directory
if i do
rm -rf /proc/13379/*
to delete the folder it keeps coming back with different pid.
How do i know which process is using this and any problems of these file links ?