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

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

代码示例1
chown owner:group .

OR if you need it to be recursive

chown -R owner:group .


You can replace the . with a specific file name or folder name or path