sa
This commit is contained in:
parent
bbcbcf28a2
commit
46704e9e37
29 changed files with 265 additions and 265 deletions
|
@ -1,14 +1,14 @@
|
|||
# change owner to root
|
||||
cor() { sh_a__change_owner_root "${@}"; }
|
||||
sh_a__change_owner_root() {
|
||||
cor() { sa__change_owner_root "${@}"; }
|
||||
sa__change_owner_root() {
|
||||
chown \
|
||||
"0:0" \
|
||||
"${@}"
|
||||
}
|
||||
|
||||
# change owner to user
|
||||
cou() { sh_a__change_owner_user "${@}"; }
|
||||
sh_a__change_owner_user() {
|
||||
cou() { sa__change_owner_user "${@}"; }
|
||||
sa__change_owner_user() {
|
||||
chown \
|
||||
"1000:1000" \
|
||||
"${@}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue