LPLch8

Lakukan tugas rumah & ujian kamu dengan baik sekarang menggunakan Quizwiz!

Which of the following I/O schedulers uses the I/O request time stamp to push I/O requests that have reached their deadline to the highest priority for processing?

Deadline

You are using RAID to combine several hard disks on a Linux server into a single logical storage unit. You have configured the RAID volume to combines disk striping across multiple disks with parity for data redundancy. The parity information is stored on each disk. If a single disk fails, its data can be recovered using the parity information stored on the remaining disks. Which of the following RAID levels are you using?

RAID 5

Which of the following is a requirement for ALL configurations of RAID?

The amount of disk space used on each disk must be of equal size.

You need to see who has permissions to the promotions_annual file. You use ls -l promotions_annual and receive the following information: drwxr-xr-x 22 dmartinez hr 4096 Jun 19 15:01 promotions_annual

Which user owns this file? (Your answer is case-sensitive.) = dmartinez Which group owns this file? (Your answer is case-sensitive.) = hr

You need to see who has permissions to the sales_projection_q2 file. You use ls -l sales_projection_q2 and receive the following information: drwxr-xr-x 22 pclark acct 4096 Jun 19 15:01 sales_projection_q2

Which user owns this file? (Your answer is case-sensitive.) = pclark Which group owns this file? (Your answer is case-sensitive.) = acct

You want to change the name of a partition on the sdc storage device. You have already entered gdisk /dev/sdc to begin the editing process. Which of the following gdisk options can you enter to change the partition name?

c

What would you enter at the command prompt to change the group ownership for the devstyle.txt file to rand in the present working directory?

chgrp rand devstyle.txt

Which of the following commands make sales the group owner of the /sales/report file? (Select two.)

chown :sales /sales/report chown .sales /sales/report

You use ls -l /home/sales/sales_projection_q2 and receive the following information: drwxr-xr-x 22 pclark acct 4096 Jun 19 15:01 sales_projection_q2 Which of the following commands will change the user owner to jyoung and the group owner to sales?

chown jyoung:sales /home/sales/sales_projection_q2

What command would you enter at the command prompt to list all files and directories in the badams home directory, along with file size and the total amount of space taken up by the directory?

du -ac /home/badams

Which of the following commands will open the quota file for a specific user?

edquota -u

Which command should you enter at the command prompt to change the quota settings for the gshant user?

edquota -u gshant

The system requirements for a new Linux computer show that the system will primarily be used to store documents of small size. Which of the following file systems would be the MOST efficient at storing these documents on a Linux system?

ext4

Which of the following is the MOST common Linux file system?

ext4

Which partition management utility can be used to define and change various GUID partition configurations without committing the configuration to the disk until the w command is used?

gdisk

You have installed a new blank hard drive on your Linux system. This is the second drive on the system, so it is represented in the file system by the /dev/sdb file. You need to create GUID partitions on this drive. What command do you use to start the GUID disk management utility to create partitions on the /dev/sdb drive?

gdisk /dev/sdb

Which of the following commands displays the filename, owner, group, and access control list for the mynotes file?

getfacl mynotes

You have a Linux system with two activated swap partitions, sda3 and sdb2. Which of the following commands can you use to deactivate only the sda3 swap partition?

swapoff /dev/sda3

Which of the following options can you use with the getfacl command to display the default access control lists?

-d

What is the file path and name of the directory that contains device files for hard drives, optical drives, and USB devices?

/dev

Which of the following directories is specified by Filesystem Hierarchy Standard (FHS) as a mount point for removable media, such as USB storage media, DVDs, and CD-ROMs?

/media

Which of the following is the maximum number of primary partitions that can be created on a single hard disk drive?

4

Which of the following statements best describes the function of the repquota /home -vu command?

A summary of disk usage and quotas is displayed for the users who have files within /home.

You are asked to help a user complaining that file system errors are being reported during boot-up. When you reboot the user's system, you see errors on sda2. Which of the following strategies will check the file system on sda2 and fix the errors?

Change to single-user mode and run fsck /dev/sda2.

Which of the following is the maximum number of logical partitions allowed on an extended partition?

Unlimited

You have entered the following command at the shell prompt: setfacl -m u:diana:rwx -m g:sales:rw sales_results_1st_quarter/ Answer the following questions by selecting the correct answer from the drop-down list.

What ACL permissions were given to the user? = rwx Which group was given rw ACL permissions? = sales

Which of the following commands creates a volume group named backup and initializes it by adding the third disk in a Linux system to the volume group?

vgcreate backup /dev/sdc

You have an XFS file system in your Linux computer. You need to display the XFS file system parameters, such as the block size and inode data structures. Which of the following commands can you use to display the file system parameters? (Select two.)

xfs_growfs -n xfs_info

You have just inserted a thumb drive into your Linux server and now want to view the contents of the thumb drive. Where is the MOST likely place you can find the mounted thumb drive in the Linux file system?

/run/media/<username>

What is the typical default umask value?

022

Gloria, a Linux administrator, used the gdisk utility to create eight partitions on a new hard drive. Which of the following BEST describes the partitions Gloria has created?

All eight partitions are the same. They are simply partitions. There are no primary, extended, or logical partitions.

You've been using an SSD drive on your Linux server for the operating system and associated files. Recently you've noticed that the performance of the hard drive has significantly slowed. Which of the following are recommended steps for increasing the performance of your SSD drive? (Select two.)

Check the speed of the SATA connection. Enable features such as TRIM support in the operating system (OS).

Which of the following describes the effects of using the tune2fs -j /dev/sdb1 command?

Converts the /dev/sdb1 device to ext3.

Which of the following steps must be completed after creating a logical volume so that the logical volume can be used to store files?

Create file systems on the volumes and mount them.

When using the parted command instead of the gdisk utility, which of the following is important to remember?

The parted command writes partition changes to disk immediately.

One of the HDD drives on your Windows server is failing, and you suspect that the master boot record (MBR) is corrupt. To fix the issue, you decide to boot from the installation disk, enter the recovery environment, select Command Prompt, and use the bootrec command to start by rebuilding the boot configuration data. Which of the following commands would you use to perform this task?

bootrec /rebuildbcd

You want to restore files with the extension .cfg from an archive called configs.cpio. Which of the following commands will perform the restore?

cpio -ivd "*.cfg" < /mnt/hdd2/configs.cpio

Which of the following Linux file systems support journaling?

ext4

Which of the following commands creates a logical volume named video from the home volume group and configures it with 2 TB of disk space?

lvcreate -L 2T -n video home

After creating the aquota.user and aquota.group files in the /home directory, what command should you enter to enable quotas for the /home directory?

quotaon /home

Which of the following sets of permissions represent the minimal permissions required to allow a user to list the contents of a directory?

r-x

From the drop-down list below, select an example of a permission string with the sticky bit enabled.

rwxrw-rwt

You have created a swap area on sda3, but it is not activated. What command will activate this swap partition?

swapon /dev/sda3

Which of the following commands restricts all-new file permissions by applying a filter to prevent specific permissions from being assigned to the file?

umask

Which of the following repquota options will give you quota limits and disk usage for all file systems listed in /etc/mtab?

-a

Your ext3 file system has experienced a significant amount of corruption. To examine the file system, you want to use the debugfs utility. Which of the following debugfs options should you use to examine the file system?

-c

You are called into the office of a newly hired manager. The manager has copied a file from his old place of work onto his new workstation but is now receiving an error message that access is denied each time they try to access the file. The manager is not the owner of the file or a member of the group the file is associated with. Which of the following represents the LEAST set of file permissions needed for the manager to be able to read and write to the file?

666

Yesterday, you created a new swap area for your system. Today, after rebooting the system, you find that the swap area is not mounted. What should you do to ensure the swap area is mounted each time the system boots?

Edit /etc/fstab and add the swap partition.

You are running the sandboxed AppImages application on your Linux system, which keeps the application from compromising your Linux filesystem by leaving kernel access to a separate kernel module. Which of the following technologies provides this type of security for the AppImages application?

Filesystem in USErspace (FUSE)

A file system inode indicates where a file's data physically exists on a disk. What other information does an inode contain? (Select two.)

Permissions Modification, access, and creation times

What would you enter at the command prompt to change the group ownership to finance for the report01.png file in the /sales/reports directory?

chgrp finance /sales/reports/report01.png

You need to change ownership of a script called myscript so that only the user owner has read/write access to it and only the user owner and group owner have execute permissions. Which of the following commands will accomplish this task?

chmod 750 myscript

Which of the following commands would you use to make nstevens the owner of all of the files and directories in the /docs directory?

chown -R nstevens /docs

The packaging department for your import/export company has recently been moved to the shipping department. In addition, all the packaging department employees have been moved to the shipping group. You would now like to make shipping the owner of the /packaging/personnel.png file. Which of the following commands could you enter to perform this task? (Select two.)

chown :shipping /packaging/personnel.png chown .shipping /packaging/personnel.png

Which of the following commands/command sequences can you use to view the partition information on the first hard disk? (Select two.)

fdisk /dev/sda, then press p fdisk -l

Which of the following measures how many input/output operations can be performed in a second?

IOPS

You've been using a hard drive on your Linux server for document and graphics storage. Recently you've noticed that the performance of the hard drive has significantly slowed. Which of the following are recommended steps for increasing the performance of your hard drive? (Select two.)

Keep the disk defragmented. Maintain a healthy amount of free disk space on the drive.

On the left is a list of options for the setfacl command. Drag the option on the left to the correct description on the right.

Removes all ACLs except the owner and the group owner = -b Removes an ACL = -x Changes the default ACLs = -d Modifies or adds an ACL = -m

One of the drives in your Linux server RAID 5 array has failed. What should you do to fix the issue?

Replace the failed disk and wait for the data to be automatically restored.

Which of the following tools can assist you with backing up data using an off-site or off-system storage solution? (Select three.)

SCP rsync SFTP

Which of the following special permissions prevents a file's deletion by anyone except the file's owner?

Sticky bit

Which of the following tools can you use to assign special permissions? (Select two.)

chmod ls -l

A user is trying to access a file system mounted at /mnt/sdb1, but receives an error that states No such file or directory. Which commands can you use to see the current mount points? (Select two.)

df mount

When creating an ext2 or ext3 file system, a fixed number of inodes is assigned. Which of the following commands shows the number of inodes, number of free inodes, and number of used inodes?

df -i

Which of the following utilities is used to manage and monitor software RAID devices?

mdadm

Which of the following commands formats the second partition on the fourth disk drive with the ext3 file system?

mke2fs -j /dev/sdd2

You need to create an ext4 file system on the first partition on the second hard disk drive. What command should you enter at the command prompt?

mkfs.ext4 /dev/sdb1

You want to create a standard Linux partition on your new hard drive that starts at 1 GB and ends at 21 GB. Which of the following commands should you enter to create the new partition?

parted mkpart Linux 1024 21504

Marco recently made some partition changes, and the kernel is not recognizing the partitions. Which of the following commands should Marco use to resolve the problem?

partprobe

Which of the following commands initializes a physical volume?

pvcreate

Enter the full device file name for the second partition on the hard drive with the lowest ID number.

/dev/sda2

You need to implement disk quotas on your Linux system for the / directory. What is the full path and name of the file that must be edited to implement quotas for users and groups?

/etc/fstab

You need to view the files within /home/gshant/expfile.bz2, but you want to leave the compressed file unchanged. Which bzip2 option should you use?

-k

You have an application whose owner is root, but you want all users to execute the application with root user permissions. Which of the following shows the correct usage of the SUID flag?

-rwsr--r-- 3 root sys 73748 Nov 2 2005 /usr/bin/applicationx

You have an application whose group is sys, but you want all users, whether or not they are members of the sysadmin group, to execute the application with sysadmin group permissions. Which of the following examples shows the correct usage of the SGID flag?

-rwxr-sr-- 3 root sysadmin 73748 Nov 2 2005 /usr/bin/applicationx

You have just entered the umask u=rwx,g=rx,o=x command. What is the binary result of entering this command?

751

Which of the following impacts all the files in a folder?

Default ACLs

Which of the following Linux backup types copies all of the files that have been updated but only against the last full backup?

Differential

You have used the ls -l command to view the permissions of a marketing_figures.txt file: -rwxrw-r--+ 1 jmace employees 27 Oct 3 19:19 marketing_figures.txt Which of the following indicates that the ACLs are being used with the file?

The plus sign (+) at the end of the permissions list

A umask can be represented and changed using a symbolic (letter) representation of the mask. Which of the following letters is equivalent to all the mask symbols?

a

You are the team lead for a marketing project. Only the members of the team3 group should have read/write permissions to a document called project_data.doc. You want to ensure that no one on the team will delete the document by accident. Your user name is bsmith.The following is a long listing of the file: -rwxr-xr-x 1 bsmith team3 7260 June 22 2004 project_data.doc Which of the following commands will accomplish this task?

chmod 1664 project_data.doc

You need to set the SUID permission on a file named rider. Which of the following commands will accomplish this task?

chmod 4777 rider

A file named acctg needs to have the SGID permission set on it while keeping all other permissions at their present value. Which of the following commands will accomplish this task?

chmod g+s acctg

What utility allows you to make an exact copy of a file?

dd

Which of the following commands partitions the second hard disk on a Linux system?

fdisk /dev/sdb

You have entered a command at the shell prompt to view the following information: # file: testout-acl/# owner: root# group: rootuser::rwxuser:carol:rwxgroup::r-xgroup:marketing:rw-mask::rwxother::r-x Which of the following commands did you enter?

getfacl /testout_acl/

Which of the following commands displays the information you need to determine the permission settings for a file?

ls -l

You want to set an ACL for the customer_list file so that the employees in the sales group have read and write access to the file. From the drop-down list, select the command you would use to accomplish this task.

setfacl -m g:sales:rw- /customer_list/

You are compressing a file with the tar utility, but you need to ensure you can uncompress the file with the bzip2 utility. Which tar option should you use during the file compression?

-j

You have a critical file called yearend.xls. You have set the file permissions so that only the owner of the file can modify it, and only group owners can read it. Which of the following file listings show that you have set the permissions correctly?

-rw-r----- 1 george acctg 26256 June 1 04:16 yearend.xls

You've recently discovered that your Linux operating system cannot find your hardware RAID array. You've tried installing the latest driver for the RAID board, but the operating system still cannot find the RAID array. You decide that the issue is caused by a failed RAID controller board. From the list below, drag and drop the steps (in order) for fixing the failed RAID controller board.

1 = Install a new RAID controller board. 2. Rebuild the array. 3. Restore the data from backup.

For Linux files, the default permission is 666, and the default umask is 022. When a new file is created, it will be assigned 644 (rw-r--r--) permissions. If the umask is set to 027, what permissions will be assigned for newly created files?

640 (rw-r-----)

Which of the following represents typical Linux backup types? (Select three.)

Full Incremental Differential

Which of the following BEST describes a file ACL?

It extends the standard permission assignments for users and groups.

You have entered the following command at the shell prompt: setfacl -x carol /trip_to_florida/ What does the command do?

It removes the ACL for the carol user on the trip_to_florida file.

You are booting Windows on a laptop computer, and suddenly, a black screen of death (BSOD) is displayed. You try rebooting the laptop but still, receive the BSOD. What else can you do that would be MOST effective in resolving the issue? (Select two.)

Rollback or update drivers. Attempt to revert the system to a previous state.

You have just installed a new program that all users will use on the computer. After installation, you log in as a regular user and try to run the program. The program stops and displays the following error: Error: not running as root What should you do so that all users can run this program?

Set the SUID on the program.

Setting the SUID flag is a powerful and useful feature. It can also have weaknesses associated with its use. Which of the following statements identifies a weakness?

Setting the SUID flag for an application or process owned by the root user is a potential security hole.

You receive a call from an employee in your company who is trying to use their laptop to display a presentation in a client's conference room. The presentation is on a DVD disk. When the employee boots their laptop, they receive an error message that the operating system cannot be found. Earlier in the day, the laptop worked properly for the employee. Which of the following is the MOST likely issue with the operating system not being found?

The BIOS/UEFI is configured to boot from the optical drive first.

You have just purchased a laptop with an HDD and an SSD drive. The operating system is on the SSD drive, while you plan on using the HDD drive to store data files. When you boot the laptop into the operating system, the HDD is not displayed. Which of the following are common reasons for the HDD drive not being recognized? (Select two.)

The SATA cable is unplugged. The power connector is unplugged.

Which of the following limits the lifespan of an SSD drive?

The SSD has finite read/write counts.

While reading about file system permissions in Linux, you discover that the default permissions assigned to new files when they are created are rw-rw-rw- (666 octal), and new directories are rwxrwxrwx (777 octal). However, when you create a new file in a directory called /data, the permissions assigned are rw-r--r--. Which of the following BEST explains the results you are seeing?

The umask must be set to 0022 and, therefore, block the write permission for the group owner and everyone else.

You need to create a large number of files, and you would like to ensure that you, the user owner, are the only person that has read and write permissions to the files. The files will be located in a number of different directories that already contain other files you don't want modified. How could you BEST create these files with the correct permissions using the LEAST amount of effort?

Type umask 0066 to change your umask.

You have entered the umask 0033 command to change the default umask setting for files and directories.

What are the default file permissions assigned to a new file? = rw-r--r-- (644) What are the default permissions assigned to a new directory? = rwxr--r-- (744)

Which of the following commands allows you to use an alternative superblock when the primary superblock has been corrupted?

e2fsck -b 16385 /dev/sda1

You want to archive some configuration files to a USB device. You are using the cpio utility. Which of the following commands will create the archive on the device?

ls /etc/*.conf | cpio -ovd > /dev/sdb1

You need to back up Jane's files in the /home/user/jane directory. Which command will create a standard archive of these files in the /root directory? (Select two.)

tar -cvf /root/jane.tar /home/user/jane tar -czvf /root/jane.tgz /home/user/jane

You need to restore a file, yearend.xls, from the archive 013004.tar.gz in the backup directory. The file needs to be restored to /home/accounting. Which of the following commands will perform the restore?

tar -xzvf /backup/013004.tar.gz /home/accounting/yearend.xls

You want to display the current umask setting with a symbolic representation of the mask (such as u=rwx,g=rx,o=rx). Enter the command you would use to display the symbolic representation.

umask -S

An employee calls the help desk. Each time the employee creates a new text file, permissions of 640 are applied to the file, and the employee must use chmod to set them to 644. What command should you enter in the employee's profile to set the default permission for newly created files to 644?

umask 0022

Partition /dev/sdb2 is mounted to /mnt/temp. You need to unmount /dev/sdb2. Which of the following commands can you use to unmount the partition? (Select two.)

umount /mnt/temp umount /dev/sdb2

You are inspecting the superblocks and block information on your file system. You need dumpe2fs to display only the blocks that are reserved as bad in the file system. Which of the following options should you use?

-b

Which of the following is the maximum number of GUID partitions that can be created using the gdisk utility?

128

Which of the following MOST accurately describes Redundant Array of Independent Disks (RAID)?

A disk subsystem that combines multiple physical disks into a single logical storage unit.

What is the standard used by Linux distributions to determine the layout of files and folders in the Linux system?

Filesystem Hierarchy Standard (FHS)

You attempt to unmount a volume using the umount /dev/sdd3 command, but you receive a device is busy error message. Which of the following strategies will be MOST likely to allow you to unmount the file system? (Select two.)

Find and close any open files on the file system, and try to unmount again. Ensure your current working directory is not on the file system, and try to unmount again.

What is the impact to the customer_list file by entering the setfacl -m u:gsmith:r customer_list at the command prompt?

It grants the user gsmith read access to the customer_list file.

Which of the following are the PRIMARY tasks you can perform with the mount command? (Select two.)

List all file systems that are currently mounted. Mount a file system on a storage device somewhere in the root file system tree.

Which of the following are types of remotely connected devices?

Storage Area Network (SAN) Network Attached Storage (NAS)

Roberto, a help desk technician, receives a call from an employee who is not able to change to a directory that they own. The following is the output from the commands that the employee entered: [sally@linux ~]$ ls -aldrw-rw-rw-. 2 sally sally 6 Mar 14 16:08 Reports[sally@linux ~]$ cd Reports/bash: cd: Reports/: Permission denied[sally@linux -]$ Based on the output, which of the following describes the problem?

The employee does not have the eXecute permission as owner of the directory.

Which file system is a FAT32 file system for Linux?

VFAT

The following are the permissions currently assigned to the customer_list file: -rwxr-xr-x 1 mfoote finance 8045 July 24 2022 customer_listYou want to add the write permission for the finance group and remove all permissions for others. Which of the following commands would accomplish this task?

chmod g+w,o-r,o-x customer_list

You have entered the cat /sys/block/sdb/queue/scheduler command to find out which I/O scheduler is currently being used by your Linux system. The following is displayed: noop [cfq] deadline

Which I/O scheduler is currently being used by your Linux system? = cfq What I/O schedulers are available on your Linux system? = noop, cfq, deadline

The Human Resources director for your company has been given an expanded role that covers internal training courses for the company. All the internal training course files are located in the /training/int directory. The director (pmadison) has requested ownership of all these files. Which of the following commands would you use to make pmadison the owner of all the files and directories in the /training/int directory?

chown -R pmadison /training/int

Which of the following commands extends the graphics logical volume to a total of 20 Gigabytes?

lvextend -L 20G graphics

You are using LVM on your Linux system to manage the existing volumes. What command do you enter to scan for logical volumes on the system?

lvscan

You have partitioned and formatted a new sdc hard drive. You want to mount the first partition on sdc to directory /mnt/newdisk. Which command will perform the mount correctly?

mount /dev/sdc1 /mnt/newdisk

Which of the following commands displays the disk usage and quota limits for the development group?

quota -g development

Which of the following commands creates the aquota.user and aquota.group files in your file system after creating the quota entries in /etc/fstab?

quotacheck -mavug

You want to save the details of the new array to a file for configuration at boot. Which of the following commands would you use?

sudo mdadm --detail --scan | sudo tee -a /etc/mdadm/mdadm.conf

A number of new file systems have been added to a Linux server and you want to activate them. You also do not want to bring the server down. What command will activate the file systems without bringing the server down?

mount -a

You need to mount the CD-ROM device to the /media/cdrom directory. What command should you enter at the command prompt?

mount /dev/cdrom /media/cdrom

Which of the following sets of octal permissions would allow everyone to execute the following file as if they were the root user? -rwxr-xr-x 1 root root 8045 July 24 2018 myscript

4755

You need to configure your Linux system to allow only the root user account to mount the CD-ROM device. Which of the following options should you add to the /etc/fstab file?

/dev/cdrom /media/cdrom -t iso9660 ro,nouser,noauto

Type the full device file name for the first partition on the hard drive with the third lowest ID number.

/dev/sdc1

What file shows the currently mounted volumes?

/etc/mtab

Which of the following hexadecimal codes represents an extended partition?

0x85

Which of the following are the advantages of using GPT instead of MBR for partitioning a storage device? (Select two.)

Allows up to 128 partitions on a storage device. Uses only one type of partition.

As a Linux administrator, you have installed a new hard disk. You create two primary partitions, sdb1 and sdb2, and one extended partition, sdb3. You format sdb1 with ext3 and sdb2 as a swap area. When you attempt to format sdb3 as a swap area, you are unable to do so. Which of the following explains why you can't format sdb3?

An extended partition can't be formatted.

The setfacl command lets you set the access control list (ACL) for files and directories and includes several options. Drag the setfacl option on the left to the correct description on the right.

Apply operations to all files and directories recursively. = R Print the version of setfacl, and exit. = v All operations are applied to the Default ACL. = d Remove ACL entries. = x Modifies the ACL of a file or directory. = m Removes the Default ACL. = k Removes all extended ACL entries. = b

Once you enter the gdisk utility, you can enter several options to perform specific partitioning tasks. Drag a gdisk option on the left to its correct task description on the right.

Creates a new GUID partiton table. = o Deletes a partition. = d Writes changes to the partition table. = w Displays detailed partition information. = i Changes a partition's type code. = t Changes a partition's name. = c Adds a new partition. = n

The RAID configuration you are using to combine several hard drives into a single logical volume includes the following benefits and requirements: Provides fault tolerance for a single disk failure. Provides redundancy and performance. Uses 50% of the total raw capacity of the drives due to mirroring. Requires a minimum of four disks. What is the RAID level you are using for your logical volume?

RAID 10

The getfacl command lets you display the filename, owner, group, and access control list (ACL) for a file and includes several options. Drag the getfacl option on the left to the correct description on the right.

Lists the ACLs of all files and directories recursively. = R Lists numeric user and group IDs. = n Skips files that only have the base ACL entries (owner, group, others). = s Displays the default access control list. = d Displays the file access control list. = a Prints all effective rights comments. = e Prints the version of getfacl and exit. = v

One of the Linux servers for the accounting department needs additional memory to fix recent performance issues. You have ordered the memory, but it is backordered, so you decide to add a swap partition to the server to help with the performance issues immediately. Which of the following commands will add a swap partition to the first partition on the third hard drive?

mkswap /dev/sdc1

What is the name of the partition management utility that will create both GUID partitions and file systems on those partitions?

parted

You have added a third hard disk to your Linux system. What command would you use to initialize a physical volume on this disk for later use by the Logical Volume Manager?

pvcreate /dev/sdc

You are using LVM on your Linux system to manage hard disk partitions. What command can you enter to scan for physical volumes on the system?

pvscan

What is the name of the package that must be installed if you want to use disk quotas on your Linux system?

quota

Which command should you enter at the command prompt to display the current user's quota limits and disk usage?

quota

You are using LVM on your Linux system to manage the existing volumes. After adding and initializing the fourth hard drive to the system and creating a physical volume, what command should you use to add it to the backup volume group?

vgextend backup /dev/sdd


Set pelajaran terkait

Types of Underwriting Commitments

View Set

Corporate Directors, Officers, and Shareholders

View Set

Key Figures in the Scientific Revolution

View Set