UnixPermissions
Description
Use a UnixPermissions
object to view and edit the permissions
of a file, folder, or symbolic link located on a UNIX® system.
Creation
Create a UnixPermissions
object using the filePermissions
function.
You can then view and edit individual permissions of the specified file, folder, or
symbolic link by using the getPermissions
and setPermissions
functions, respectively.
Properties
Object Functions
getPermissions | Get individual permissions |
setPermissions | Set individual permissions |
Examples
Version History
Introduced in R2025a