跳转至

chown更改文件所有者

基本格式:

sudo chown -R 用户名:用户组 <filePath>

还可以简化,即不更改用户组:

sudo chown -R alice <filePath>