Forum Discussion
fsq2018
Apr 29, 2022Copper Contributor
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?
- May 03, 2022You 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)
Apr 29, 2022
You can run PowerShell on Linux in 'Run as Administrator' mode by running sudo pwsh, that way you can copy the file