• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/24

Click to flip

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;

24 Cards in this Set

  • Front
  • Back

Whats a library?

Groups files and folders locally and over network to a single logical location.

What is the purpose of file extensions?

Tells you what type of file it is, what programs are used to creat and modify it, and what it contains.

What maintains file associations?

The registry

Purposeof file attributes?

provde security and orginzation

Originalfile attributes?

R H S A

NTFS Attributes?

Compress, encryption, Premissions, indexing

Whycant you compress and encrypt at same time?

One relies on the other

Whatsan ACL?

Access Control List. identifies users orgroups and the actions they can perform on the file.

Purposeof the “|” command?

Modifiesthe command line’s output

Difference between copy and xcopy?

copy: copy files


x copy: copy files and whole directory tree

Howdo you add system attribute to file on command line?

Attrib + s file name

Minimum permission needed to delete file in NTFS?

Modify

NTFS minimum permission to copy folder from partition to other?

Readin source, write in destination.

NTFS permission Tomove a file?

Modifyin source and write in destination

What is a UNC path?

UniversalNaming Convention path. A standard for identifying servers, printers and other resources in a network

Structure of UNC/how is it formatted?

\\computername\sharename

How to connect Network share to my computer on commandline?

net use F: \\server\share

What is an administrative share?

add $ sign at end of share name. not visible when browsing the network. You must use the UNC path toconnect to an administrative share

If you copy or move a file to a non-NTFS partition?

All permissions are removed

if you copy or move a file to an NTFS partition?

it will inherit the permissions

If a file has explicit NTFS permissions and you copy or move the file to a different NTFS partition

the explicit permissions will be removed.

If a file has explicit NTFS permissions and If you move the file to a different folder on the same NTFS partition

the explicit permissions will be kept.

If a file has explicit NTFS permissions and you copy the file to a different folder on the same NTFS partition

Explicit Permissions removed

Explicit Deny

Takes precedence over inherited allow permissions