rm后磁盘空间没有释放
根据
https://blog.csdn.net/weixin_40143280/article/details/105506897
这个是进程号
[root@iZuf61itscfjc6o9pu5l8hZ mqp]# kill 1063031
-bash: kill: (1063031) - 没有那个进程
[root@iZuf61itscfjc6o9pu5l8hZ mqp]# df -h
文件系统 容量 已用 可用 已用% 挂载点
/dev/vda1 59G 59G 0 100% /
devtmpfs 858M 0 858M 0% /dev
tmpfs 868M 0 868M 0% /dev/shm
tmpfs 868M 93M 776M 11% /run
tmpfs 868M 0 868M 0% /sys/fs/cgroup
tmpfs 174M 0 174M 0% /run/user/53
tmpfs 174M 0 174M 0% /run/user/0
[root@iZuf61itscfjc6o9pu5l8hZ mqp]# kill 8809
[root@iZuf61itscfjc6o9pu5l8hZ mqp]# df -h
文件系统 容量 已用 可用 已用% 挂载点
/dev/vda1 59G 35G 23G 61% /
devtmpfs 858M 0 858M 0% /dev
tmpfs 868M 5.6M 862M 1% /dev/shm
tmpfs 868M 628K 867M 1% /run
tmpfs 868M 0 868M 0% /sys/fs/cgroup
tmpfs 174M 0 174M 0% /run/user/53
tmpfs 174M 0 174M 0% /run/user/0
https://help.aliyun.com/knowledge_detail/42531.html