# change mode to directory cmd() { chmod \ "755" \ "${@}" } # change mode to file cmf() { chmod \ "644" \ "${@}" }