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 Windows command is used to manage EFS?
cipher
:
Which macOS tool is used to create APFS disk volumes?
Disk Utility
:
Which features are natively available for NTFS file systems but not for FAT32 file systems?
Quotas
Encryption
:
Which Linux command is used to display the contents of a text file?
cat
:
What must be done to a disk prior to formatting a disk partition?
Partition the disk
Initialize the disk
:
Which Linux command can be used to format a disk partition?
mkfs
:
Which Windows command is used to set NTFS permissions?
icacls
:
How many partitions can be created on an MBR disk?
4
:
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