Hello,

I am able to run "df -h" on host but below command is not working.

HTML Code:
find / -name 'core.*[[:digit:]]' 2> /dev/null | xargs rm -f > /root/delcores.txt
Also tried this:

Code:
/bin/find / -name 'core.*[[:digit:]]' 2> /dev/null
...