# change owner to root
#= cor
a__change_owner_root() {
chown \
"0:0" \
"${@}"
}
# change owner to user
#= cou
a__change_owner_user() {
"1000:1000" \