# change mode as directory
alias cmd="\
chmod \
\"755\" \
"

# change mode as file
alias cmf="\
chmod \
\"644\" \
"