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