How to detect the numbers of used nodes in php web host?
August 11th, 2008 — adminIt is very simple, only one sentence:
print system(”find . -printf \”%i\n\” | sort -u | wc -l”);
It is very simple, only one sentence:
print system(”find . -printf \”%i\n\” | sort -u | wc -l”);
You must be logged in to post a comment.