cPanel Server Management
For 24×7 cPanel Server Management with Monitoring, Unlimited Tech Support, Disaster Recovery, Security updates and much more Signup today!
Find Symlink files or folders in your cpanel server
There are many symlink hacking attempt caused trouble in your server. they can create a sym link folder by using
script. This is major security issues. how to find all the symbolic links under a particular directory using the “find” command.
Use the below commands to find symlink directory in your cpanel server.
find -lname
Use the below command to find all the sym link files
find /home -type l -printf ‘%p -> %l\n’
or
find /home -type l -exec ls -lad {} \;
List all symbolic links in current directory
find /home -type l
Another examples,
In order to find all the /root folder symlinks in your /home directory, use this command
cd /home
find -lname /root
Use ls command to lise all the sym links
ls -lahR | grep ^l
cPanel Server Management
AssistanZ is a pioneer in offering 24×7 cPanel Server Management Service since 2004. We offer 24×7 cPanel Server Management
cPanel Server Management
cPanel Installation and Setup
cPanel Server Optimization
cPanel Server Migration
cPanel Server Security and Hardering
cPanel Server Monitoring
cPanel Server Hack Recovery
and Much more