mirror of
https://github.com/PowerShell/Win32-OpenSSH.git
synced 2025-07-20 20:44:50 +02:00
Updated OpenSSH utility scripts to fix file permissions (markdown)
parent
9ef167ef55
commit
abde2d0455
@ -15,6 +15,8 @@ Use it to fix file permissions on host side. Checks and fixes file permissions o
|
|||||||
.\FixHostFilePermissions.ps1
|
.\FixHostFilePermissions.ps1
|
||||||
# Evaluate and make changes without prompting
|
# Evaluate and make changes without prompting
|
||||||
.\FixHostFilePermissions.ps1 -Confirm:$false
|
.\FixHostFilePermissions.ps1 -Confirm:$false
|
||||||
|
# Evaluate and tell what changes this script will make
|
||||||
|
.\FixHostFilePermissions.ps1 -WhatIf
|
||||||
```
|
```
|
||||||
|
|
||||||
### FixUserFilePermissions.ps1
|
### FixUserFilePermissions.ps1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user