Find Command Get link Facebook X Pinterest Email Other Apps April 25, 2018 Find Command FIND COMMAND TO CHECK THE FILE PERMISSION Directory:~~~~~~~~~find <your-dir> -type d -not -perm 755 -exec ls -ld {} \;File:~~~~find <your-dir> -type f -not -perm 755 -exec ls -ld {} \; Get link Facebook X Pinterest Email Other Apps Comments
Comments
Post a Comment