Examples/Safe_ExcessiveFilePermission_1.ps1

function Set-SafePermission1 {
    param($path)

    chmod 640 $path
}