a__
This commit is contained in:
parent
14e9e52362
commit
8fae0bd63e
30 changed files with 269 additions and 269 deletions
|
@ -1,14 +1,14 @@
|
|||
# change owner to root
|
||||
cor() { sa__change_owner_root "${@}"; }
|
||||
sa__change_owner_root() {
|
||||
cor() { a__change_owner_root "${@}"; }
|
||||
a__change_owner_root() {
|
||||
chown \
|
||||
"0:0" \
|
||||
"${@}"
|
||||
}
|
||||
|
||||
# change owner to user
|
||||
cou() { sa__change_owner_user "${@}"; }
|
||||
sa__change_owner_user() {
|
||||
cou() { a__change_owner_user "${@}"; }
|
||||
a__change_owner_user() {
|
||||
chown \
|
||||
"1000:1000" \
|
||||
"${@}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue