Examples/Safe_UnrestrictedPosixPermission_1.ps1

function Set-SafePosix1 {
    param($path)

    chmod o-rwx,u+rw $path
}