Problem With Solutions

Something Different In Linux

Home » Basic Linux » check insecure permission

check insecure permission

Posted by Rishikesh Vispute Categories: Basic Linux, Linux Commands

How to check insecure permission for files and folders on the server ?

#For Directories

find -type d -perm 777

#For Files

find -type f -perm 777


Optimized by SEO Ultimate