CompTIA A+ Core 2: Linux, macOS, & Windows File Systems Flashcards
Which features are natively available for NTFS file systems but not for FAT32 file systems?
Quotas
Encryption
How many partitions can be created on an MBR disk?
4
What must be done to a disk prior to formatting a disk partition?
Initialize the disk
Partition the disk
Which Windows command is used to set NTFS permissions?
icacls
You need to map a drive letter to a shared folder named “projects” on a host named “server1”. What is the correct UNC path syntax?
\server1\projects
Which Windows command is used to manage EFS?
cipher
Which Linux command can be used to format a disk partition?
mkfs
You need to ensure a group named “hr1” can read and write to a file named /payroll/region1.xls. Which commands will accomplish this?
chgrp hr1 /payroll/region1.xls; chmod g+rw /payroll/region1.xls
Which Linux command is used to display the contents of a text file?
cat
Which macOS tool is used to create APFS disk volumes?
Disk Utility