Error logs on cPanel accounts may consume a lot of disk space on your server. It may create disk space issues, if your server contains a lot of accounts. Okay, here I’m going to explain “how we can remove those error logs…
Tag: find
Identify all open files in a directory – lsof command
How to check all opened files in a directory – lsof command? LSOF is a smart linux command-line utility for analysing the information about the files which are opened by various processes. LSOF stands for List of Open Files. This command…
10+ commonly using find command switches with example Unix/Linux
Find command is one of the best search tool in Unix/Linux. There are a lot of options available with find command. This command is very useful in bash scripting also. We discussed one of the useful find command application to…