Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


In this Discussion

cpanle server - symlink scan
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

cpanle server - symlink scan

For symlink scan :

==>
 \ls -A1 /var/cpanel/users | while read CPUSER; do find /home/$CPUSER -type l -not ( -lname "/home/$CPUSER/" -o -lname "/var/cpanel/rvglobalsoft" -o -lname "[^/.]" -o -lname "/usr/local/apache/domlogs/" -o -lname "/usr/local/urchin/*" ); done > /root/full_sym4
==>

Comments

Sign In or Register to comment.