Skip to content

Instantly share code, notes, and snippets.

View itoffshore's full-sized avatar

Stuart Cardall itoffshore

  • IT Offshore
View GitHub Profile
@itoffshore
itoffshore / chmodr.sh
Created December 8, 2014 15:06 — forked from francisbyrne/chmodr.sh
BASH Script to recursively set directory / file permissions & ownership
#!/bin/bash
#
# chmodr.sh
#
# Original Author: Francis Byrne
# date: 2011/02/12
#
# Modified Script for recursively setting permissions & ownership for directories
# and files to defined or default permissions using chmod & chown.
#