I have 800GB of data to delete and I entered below command
rm -rf /data
On my process monitor I see rm
command running but its slow. If I ran another rm -rf /data
command will the deletion process be faster? Or this will make things slower. I am running this on 2 core machine.
0 Answers