5 lines
94 B
Bash
5 lines
94 B
Bash
# change mode as directory
|
|
alias cmd='chmod 755'
|
|
|
|
# change mode as file
|
|
alias cmf='chmod 644'
|