Deleting files not releasing free space on AIX
If you have deleted lots of files and or in subdirectories but the space has not been freed up when you run a df.
This may be due to a loaded shared library holding locks onto an inode that you have deleted.
The slibclean command unloads all object files with load and use counts of 0. It can also be used to remove object files that are no longer used
from both the shared library region and in the shared library and kernel text regions by removing object files that are no longer required.