How to Configure cPanel’s Spam Filtering
The built-in SpamAssassin function in cPanel can be used to filter spam emails in an…

In Linux, a file “world writable” is a file that everyone can write. These files used as sensitive by people who did not aim at the base to write data to the system or out of a given directory.
The world-writable files are more dangerous. When they run by anyone on the system, as they can then make a script. Today, we will see how easily we can locate these files on a Linux system through the command “Find” which is available on most of Linux systems.
Using the Find command:
To find the world-writable files on a Linux system, just use the following command:
| find / -type f! -path "/ proc / *" -prune -perm o + w exec ls {} -lg /; 2> / dev / null
Then we will back all world writable system files and display their rights, their owner and their full path:
For those who wish to understand the command:
Find command search files in a directory for the fact that we specify here as the root “/”
For those who quickly grasped the principle of command and options used, it is entirely possible to use it to find the files “world readable” files/folders according to specific rights or rules of other folders.
Explore more hosting insights, tips and industry updates.
The built-in SpamAssassin function in cPanel can be used to filter spam emails in an…
In this article, we will help you to create a Reseller Account in Plesk. What…
This tutorial will show you how to use a process manager in WHM to track…