Questions tagged [attributes]

Extended attributes (commonly called "xattrs") are a way to associate metadata with files/directories in the filesystem.

Extended file attributes can be used to store information such as MIME type, checksums, cryptographic keys/certificates, etc; attributes are not interpreted by the filesystem (unlike the normal file attributes). They require operating system and filesystem support; not all operating systems and/or filesystems support them.

For more about extended file attributes, see the Wikipedia article.

64 questions
0
votes
2 answers

How to copy with robocopy the time attributes without re-copying the files

I transferred the files to a new disk but found that files with the wrong year (1980) and these files I can't open with Photoshop. I would like to copy the time attributes from the first drive to the second without re-copying files. A large amount…
kiloponge
  • 1
  • 1
0
votes
0 answers

I need help to remove mail attributes from AD LDS domain for Bulk Users

Where am I going wrong in the script here? It doesn't give me any error. But it doesn't remove $cred= get-credential "s2\svcfimadamadmapeu" $CSV= Get-content '.\input.csv' function UpdateADAMUserDetails { param( [string] $ADCN, …
Aharna
  • 1
0
votes
1 answer

robocopy doesn't remove attributes from copied folders

I try to use robocopy to copy all userdata from : "C:\Users" Command: robocopy /b /e /xjd /sl /a-:RSH /r:1 "C:\Users" "E:\backup" In the User directories are hidden folders. The parameter /A-:RSH should remove those attributes: /a-:[RASHCNET] ---…
int3g3r
  • 1
  • 2
0
votes
1 answer

'getfattr' to list all attributes of the files in the folder

I'm having minor trouble with getting my head around it cause none of the tried commands does not display anything. I would like to check file attributes of the every file in the folder (including subfolders and so on). Let's assume I'm having a…
ThatKidMike
  • 109
  • 1
1 2 3 4
5