pub fn mark_at_with_permissions(
path: impl AsRef<Path>,
directory: ContainingDirectory,
cleanup: AutoRemove,
permissions: Permissions,
) -> Result<Handle<Closed>>Expand description
Like mark_at, but allows to set the given filesystem permissions.