• No related posts.

      • No related posts.

        • No related posts.

          • No related posts.

              No related posts.

            Find and chmod directories / files

            root@host [~]# find . -type f -print0 | xargs -0i chmod 644 {}

            root@host [~]# find . -type d -print0 | xargs -0i chmod 755 {}

            No related posts.

            This entry was posted in Tips & Tricks and tagged , , , .

            Leave a Reply