I would like to know the disk space of my VPS, and although for folders du
works fine as
$ du -sh /home/
325M /var/
But trying to get the entire vps is giving me this result.
[root@user/]# du -sh
du: cannot access `./proc/18097/task/18097/fd/4': No such file or directory
du: cannot access `./proc/18097/task/18097/fdinfo/4': No such file or directory
du: cannot access `./proc/18097/fd/4': No such file or directory
du: cannot access `./proc/18097/fdinfo/4': No such file or directory
1.3G .
I am assuming 1.3G is the space, but why does the error happen? How do I fix it?