06 Flashcards
What is the file system structure of FAT?
__________ identified as reserved area, identifies the structural details for FAT file systems (file system layer)
___________ allocation table that identifies cluster allocations (Metadata layer)
____________ contains directory entries for all files and folders
(Data and Metadata layer)
__________ stores the root directory and file data
(Data Layer)
Boot Sector
FAT
Root Directory
Data Area
What is the shortened name system for a file and the longer version called and its character limit?
8.3 naming convention
LFN Long File Name 255
__________ status is stored in the 12th byte of the directory entry. Different byte values indicate attribute conditio9ns such as Read only, Archive, System, or Hidden
File Attribute
What are the key features of NTFS?
Come Eat Doggy Food, My Rabbi
Compression
Encryption
Disk Quotas
File and Folder Security
Mounted Volumes
Reliability
The _____ is a file that contains administrative attribute entries and individual entries for every file and directory of the NTFS
MFT
What is each NFTS Structural entry
___________ First MFT entry, which shows disk location of the MFT (entry 0). There is a backup copy, $MFTMirr (entry1)
_________ used for transaction-based logging
_________ contains information about the volume
________ root directory of the file system
________ used to allocate clusters in the volume. Data in the system is organizaed into 1-byte values
$MFT
$LogFile
$Volume
.
$BitMap
What is each NFTS Structural entry
______ contains the location and the description of the boot sector used when the system is started
______ used to mark bad clusters
______ used as security settings file
$Boot
$BadClus
$Secure
Each MFT entry is subject to a 1KB size constraint and its attributes are either resident or non-resident. What does this mean?
Non-resident stored outside MFT entry
Resident stored within MFT entry
____________________ Resident Attribute that provides the most accurate timestamps and file attributes such as archive, hidden, read-only
____________________ Resident attribute that contains a reference to the parent directory. It also contains the file name, size, and inherits the timestamps from the _______________________
____________ Resident ot non-resident, contains file data or a pointer to the location of file data.
$Standard__InFormation
$File_Name
$Data
________ identifies how many cluster are needed. Always starts with 0 and its used to keep the pieces in order
________ identifies the cluster address
VCN
LCN
Whist is the order of the DACL ACEs in NFTS?
Inherited Deny
Explicit Allow
Explicit Deny
Inherited Allow
Explicit Deny
Explicit Allow
Inherited Deny
Inherited Allow
Is it possible for a user to gain access to a file even if they are denied access to the fielder contain the file using UNC? T/F
T
___________ Allows or denies a user the ability to take ownership of a file even if they are denied access to the folder containing the file
Administrators can take ownership anytime T/F?
Administrator can directly assign a new owner T/F?
The owner can change file permissions at any time T/F?
Take Ownership
T
T
T
What are the two minimum permissions required to copy a file/folder?
Are permissions inherited or retained?
Read the Source
Write at the destination
inherited form apretn folder
What are the two minimum permissions to move a file/folder?
Are permissions inherited or retained within the same volume? What if there on different volumes?
Read/delete at the source
write to the destination
Retained
Inherited