filesystem.get_zfs_attributes ============================= Get the current ZFS attributes for the file at the given path .. raw:: html
Path to the file to get ZFS attributes for.
Must be at least 1 characters long
The current ZFS file attributes.
No Additional PropertiesREADONLY MS-DOS attribute. When set, file may not be written to (toggling does not impact existing file opens).
SYSTEM MS-DOS attribute. Is presented to SMB clients, but has no impact on local filesystem.
ARCHIVE MS-DOS attribute. Value is reset to True whenever file is modified.
File may not be altered or deleted. Also appears as IMMUTABLE in attributes in filesystem.stat output and as STATXATTRIMMUTABLE in statx() response.
File may be altered but not deleted.
File may only be opened with OAPPEND flag. Also appears as APPEND in attributes in filesystem.stat output and as STATXATTR_APPEND in statx() response.
OFFLINE MS-DOS attribute. Is presented to SMB clients, but has no impact on local filesystem.
SPARSE MS-DOS attribute. Is presented to SMB clients, but has no impact on local filesystem.