Windows cli Mac equivalent of `xattr`?

I thought NTFS had extended file attributes supported by Windows. I can not find cmd to access / update attributes.

Is there a taste of Windows (and its file system) that supports this?

I tried getfattr, setfattrand a number of other teams. attribneither is he.

If extended attributes remain portable in file systems (even virtual ones implemented in FUSE), then all target platforms need to present api in user space (cmd or cmds set).

+4
source share
1 answer

UNIX attrib EAs: NTFS Extended Attributes (EA), .

EAs, , IE, " ".

:

Windows NT FAT, HPFS NTFS. /2 . NFS Interix POSIX Unix- . Windows Linux ​​ Windows 10 Anniversary , Linux, , ( ) . , NTFS (ADS), . Total Commander, NTFS QuickSearch eXtended , ADS.

- , (DACL); http://www.windowsecurity.com/articles/Understanding-Windows-NTFS-Permissions.html

Powershell - , , ( EAs).

-, NTFS .

+1

Source: https://habr.com/ru/post/1686511/


All Articles