Use LEFT and RIGHT arrow keys to navigate between flashcards;
Use UP and DOWN arrow keys to flip the card;
H to show hint;
A reads text to speech;
14 Cards in this Set
- Front
- Back
Change the attributes of a file or folder with this shell command |
Attrib |
|
Sets and attribute |
+ |
|
Clears an attribute |
- |
|
Read only file attribute |
R |
|
Archive File attribute |
A |
|
System file attribute |
S |
|
Hidden file attribute |
H |
|
Not content indexed file attribute |
I |
|
No scrub file attribute |
X |
|
Integrity attribute |
V |
|
Processes matching files in the current folder and all subfolders |
/S |
|
Processes folders as well |
/D |
|
Work on the attributes of the symbolic link versus the target of the symbolic link |
/L |
|
Attrib syntax |
attrib [{+|-}r] [{+|-}a] [{+|-}s] [{+|-}h] [{+|-}o] [{+|-}i] [{+|-}x] [{+|-}p] [{+|-}u] [{+|-}b] [:][][] [/s [/d] [/l]] |