Chapter 9 Flashcards
What are file attributes?
File attributes are metadata that provide specific qualities to a file.
What are the common NTFS file attributes?
Common NTFS file attributes include Read-only (R), Hidden (H), System (S), Archive (A), Encrypted, Indexing, and Perming Sys.
What does the Read-only (R) attribute do?
Prevents users from modifying the file.
What does the Hidden (H) attribute do?
Hides the file from standard file system views.
What does the System (S) attribute do?
Identifies the file as a system file and prevents deletion.
What does the Archive (A) attribute indicate?
Indicates if a file has been modified since the last backup.
What does the Encrypted attribute do?
Encrypts the file contents.
What does the Indexing attribute define?
Defines how the file is indexed for quick searching.
Which file attributes does FAT32 support?
FAT32 file system only supports Read-only (R), Hidden (H), System (S), and Archive (A) attributes.
What are NTFS permissions?
Only available for files on NTFS partitions, each file has an Access Control List (ACL) that defines user/group permissions.
What happens to NTFS permissions when moving files to a non-NTFS partition?
Moving files to a non-NTFS partition removes NTFS permissions.
How can file attributes be changed?
Change attributes through file/folder properties or using the Attrib command. Note: Attrib cannot change permissions.
What happens when copying files from NTFS to FAT32?
Copying files to FAT32 from NTFS results in loss of NTFS-specific attributes.
Where are the default locations for system files in Windows?
System files: %systemroot% or %windir% (typically C:\Windows), Fonts: C:\Windows\Fonts, Program files: %programfiles% (C:\Program Files and C:\Program Files (x86)), User files: %userprofile% (e.g., C:\Users\username).
What does the %systemdrive% variable denote?
Denotes the drive letter where Windows is installed.
What is a filename?
Consists of a file path and the file name, including the extension.
What do file extensions indicate?
File type and contents, and the program used for creation and modification.
What are the filename systems for FAT32 and NTFS?
FAT32 supports long filenames up to 255 characters, including spaces; NTFS supports Unicode, allowing 255 characters excluding /.
What characters should be avoided in filenames?
Characters to avoid include < > : / | | “ * ?.
What are common file types and their extensions?
Program files: exe, com; Batch files: bat.
What are system file extensions?
.dil (dynamic link library), .drv (device driver), .vxd (virtual device driver)
What are common document file extensions?
.rtf, .txt, .docx, .wpd, .wp5, .pptx, .pdf
What are common image file extensions?
.gif, .jpg, .png, .bmp
What are common audio file extensions?
.mp3, .wma
What is the common Windows Installer file extension?
.msi
What is the common compressed file extension?
.zip
What do file extension associations do?
Links a file type to the program used to create it.
How are file extension associations created?
Application installation automatically creates file extension associations.
What happens with unassociated file types?
They prompt for program selection upon opening.
How does Windows handle file extensions by default?
Windows hides extensions for associated files by default.
How can you change associated programs?
Through Default Programs in Control Panel or file properties.
How do you access Command Prompt?
Start > Search for ‘CMD’ or ‘Command’ > Select Command Prompt.
How do you run Command Prompt as an administrator?
Run as administrator for elevated permissions if needed.