Powershell Linux下复制文件出错,denied

我安装了powershell 7在ubuntu,然后使用Copy-Item 命令复制一个文件到目标文件,出现了如下错误:
Copy-Item: Access to the path '/home/fsq/healer_work/healer_test/bin/' is denied.

img

这个问题应该如解决:
1.powershell 在linux下能怎么修改文件属性
2.powershell能不能在linux下进行提权