-a--e

Onktebong

Lt. Junior Grade
Registriert
Dez. 2017
Beiträge
257
In meinem Dateimanager (Total Commander) steht neben einigen Dateien im Abschnitt "Attr" (Dateiattribute?) der string "-a--e". Ich gehe mal davon aus, dass das "e" für "encrypted" (verschlüsselt) steht, was ist aber mit den anderen Teilen des strings?
Was genau bedeutet jede einzelne Stelle und deren Wert?
Bzw. nach welchem Schlagwort muss ich da googlen? Ich hatte bisher noch kein Glück. Danke!

Windows 10 64 bit
 
Was ist den das Ziel?
 
  • Gefällt mir
Reaktionen: Onktebong
Windows Command attrib ausfuehren...

In Windows 10 sieht das so aus:

Code:
>attrib /?
Displays or changes file attributes.

ATTRIB [+R | -R] [+A | -A] [+S | -S] [+H | -H] [+O | -O] [+I | -I] [+P | -P] [+U | -U]
       [drive:][path][filename] [/S [/D]] [/L]

  +   Sets an attribute.
  -   Clears an attribute.
  R   Read-only file attribute.
  A   Archive file attribute.
  S   System file attribute.
  H   Hidden file attribute.
  O   Offline attribute.
  I   Not content indexed file attribute.
  X   No scrub file attribute.
  V   Integrity attribute.
  P   Pinned attribute.
  U   Unpinned attribute.
  [drive:][path][filename] Specifies a file or files for attrib to process.
  /S  Processes matching files in the current folder and all subfolders.
  /D  Processes folders as well.
  /L  Work on the attributes of the Symbolic Link versus the target of the Symbolic Link
 
  • Gefällt mir
Reaktionen: Onktebong
Zurück
Oben