ads

22 November 2024

CompTIA A+ Core 2: Linux, macOS, & Windows File Systems

 


Question:

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


Question

:

Which Windows command is used to manage EFS?

  • cipher


Question

:

Which macOS tool is used to create APFS disk volumes?

  • Disk Utility


Question

:

Which features are natively available for NTFS file systems but not for FAT32 file systems?

  • Quotas

  • Encryption


Question

:

Which Linux command is used to display the contents of a text file?

  • cat


Question

:

What must be done to a disk prior to formatting a disk partition?

  • Partition the disk

  • Initialize the disk


Question

:

Which Linux command can be used to format a disk partition?

  • mkfs


Question

:

Which Windows command is used to set NTFS permissions?

  • icacls


Question

:

How many partitions can be created on an MBR disk?

  • 4


Question

:

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