Forum Discussion

fsq2018's avatar
fsq2018
Copper Contributor
Apr 29, 2022
Solved

PowerShell cannot copy files on Linux platform

When I try the following code Copy-Item /etc/sudoers ./sudoers Suddenly, an error is reported as follows How can I solve it?How can PowerShell obtain root permission under Linux platform?
  • Harm_Veenstra's avatar
    Harm_Veenstra
    May 03, 2022
    You can start your initial pwsh sessions running it sudo pwsh. This is the same on Windows if you want to do admin things, you have to run PowerShell as Administrator (Right-Click, Run as Administrator)

Resources