5 lines
97 B
Bash
5 lines
97 B
Bash
# change owner as root
|
|
alias cor='chown 0:0'
|
|
|
|
# change owner as user
|
|
alias cou='chown 1000:1000'
|