THE_BLUE
Apr 13, 2022Cirrostratus
Remove deleted files that still occupy space
I have run below command because i have full partion :
lsof -ws | grep -i 'size\|deleted'
to list all deleted files that occupy space , i got a result sth like:
mysqld /shared/tmp/******* (deleted)
java /var/log/nsyncd.log.***(deleted)
httpd /run/httpd_ssl_mutex/******** (deleted)
HTTP_TRAF /var/tmstat/private/******* (deleted)
AVR_R_TIM /var/tmstat/private/******** (deleted)
AVR_SCHED /var/tmstat/private/**** (deleted)
avrd /var/tmstat/private/**** (deleted)
and many anothers, i have checked the path with winscp but it show as empty. So is it safe to delete them? if yes then how? cuz the folder is empty but it listed with the mentioned command using cli .