This is an article about how to count files installed on the server. For information on how to check the file size, please refer to the article How to Check Disk Usage Contents.
*The method described on this page counts the files that exist under the home directory.
STEP 1: Log in to cPanel.
STEP 2: Open Terminal.
STEP 3: Execute command.
Execute the following command.
find ./ | wc -l
*We apologize for the detailed usage of the command, but we do not support it.