📜  ssh set owner recursive - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:27.199000             🧑  作者: Mango

代码示例1
chown -R owner:group .

You can replace the . with a specific file name or folder name or path.
Note that doing this recursively will also set the same permissions on the
parent folder of the items you are changing.