Question
Southern New Hampshire University CYB 230 Module Five Lab Worksheet Complete this worksheet by replacing the bracketed phrases in the Response column with the relevant information. Lab: Managing Filesystem Quotas Prompt Provide a screenshot of the output of the repquota command. Insert your name at the command line below the output and include it in your screenshot. Disk quotas are used by administrators to set up or deliver preemptive notifications. What are some of the automated events that could be set up to be triggered by disk quota management? Lab: Using Active Directory in the Enterprise Prompt In the lab section "Creating an Organization Unit and Users in Active Directory," repeat Steps 7 through 11 using your name as the new user. After Step 19, provide a screenshot of the Active Directory Users and Computer dialog box. Response [Insert screenshot here.] [Insert short response here.] Response [Insert screenshot here.] In the lab section "Setting an Organizational Level Policy in Active Directory," [Insert screenshot here.] after Step 6, provide a screenshot verifying that Prohibit access to the Control Panel is enabled. The GUI makes it easy to create one user at a time in Active Directory. However, sometimes more than one user needs to be created in Active Directory. What command did you learn about in the lab that can be run at the command line and can add more than one user at a time to Active Directory? Give an example of how you would add yourself as a user to Active Directory from the command line. Describe the benefits of using organizational units and Windows Active Directory to secure operating systems. Command: [Insert command.] Example: [Insert example.] [Insert short response here.]/n INFOSEC LEARNINGZ SNHU - Managing Filesystem Quotas Introduction Objective In this lab, you will perform the following tasks: 1 Prepare a filesystem for quotas. 2 Implement filesystem quotas. 3 Report on filesystem quotas. Overview This lab provides guidance on performing Managing Filesystem Quotas of the Linux+. By performing this lab, students will learn how to create and implement filesystem quotas on a Linux system. Edit the /etc/fstab File In this task, we will edit the /etc/fstab file to enable user quotas. 1 Click on the Start button in the adjoining window to initialize the virtual environment. 2 Fedora Workstation 192.168.1.3 START Click on the Fedora Workstation icon in the pod topology to launch the virtual machine. Fedora Workstation 192.168.1.3 3 Enter the password of P@ssword and press . Note: The password will be masked and not be displayed when entered. fedora 8. 4 sysadmin Session Type Є Menu Welcome to localhost.localdomain Once logged in, you will see the following screen for about 20 seconds before the system automatically redirects you to the desktop. fedora f K 5 Right-click the Desktop and Select the Konsole icon to launch a terminal window. Konsole Run Command... Add Widgets... + Add Panel Activities... Lock Widgets Lock Screen Leave... Alt+D, A > Alt+D, Alt+A Alt+D, L Desktop Settings Alt+D, Alt+S 6 Because most of the commands that you will run in this lab require superuser rights, use the su command to switch to the root account. When prompted for the password, type P@ssword. [sysadmin@localhost ~]$ su - root Password: P@ssword Your output should be similar to the following. Note: The password will be masked and not be displayed when entered. /home/sysadmin: bash File Edit View Bookmarks Settings Help [sysadmin@localhost ~]$ su - root Password: [root@localhost ~]# | 7 The first step to enable quotas is to edit the /etc/fstab file. In Linux, the /etc/fstab file controls the filesystems that are mounted at boot time for the system. To edit the /etc/fstab file, type the following into the terminal window and hit . [root@localhost ~]# vi /etc/fstab /home/sysadmin: bash File Edit View Bookmarks Settings Help [root@localhost ~]# vi /etc/fstab||/n INFOSEC LEARNING SNHU - Using Active Directory in the Enterprise Introduction Objective CompTIA Security+ Domain: Domain 5: Access Control and Identity Management CompTIA Security+ Objective Mapping: Objective 5.1: Compare and contrast the function and purpose of authentication services. Objective 5.2: Given a scenario, select the appropriate authentication, authorization, or access control. Objective 5.3: Install and configure security control when performing account management based on best practices. Overview Active Directory is a database, which can be used to centrally manage a Microsoft Windows network. In this lab, you will examine the Active Directory Users and Computers interface. Key Term organizational unit dsa.msc Active Directory Users and Computers Net user Description An Active Directory container that can hold users, groups, and computers. the command to open Active Directory Users and Computers database which can be used to centrally manage a Windows network A Built in Windows command to manage and create users gpupdate the command to update group policy Creating an Organization Unit and Users in Active Directory 1 Click on the Windows Server icon in the network topology. After the machine finishes booting, click the CTRL-ALT-DELETE button in the upper-right corner. Time remaining: 86:59 STOP Windows Server 192.168.1.10 Send Ctrl+Alt+Delete INT-SERVER-FINAL-SECPLUS-LAB15 2 Press CTRL + ALT + DELETE to log on Note: If the screen remains blank after allowing a minute for sufficient boot-up time, click on the screen. Log on as administrator with the password of P@ssword, then click the arrow. M Command Prompt administrator P@ssword Log on to: CAMPUS How do I log on to another domain? Cancel Windows Server 2008 Standard Double-click on the Command Prompt shortcut on the Windows Server 2008 desktop. Google Chrome Windows Server 2008 4 Type the following command to open the Active Directory Users and Computers interface, then press Enter. C:\>dsa.msc C. Administrator: Command Prompt Microsoft Windows [Version 6.0.6001] Copyright (c) 2006 Microsoft Corporation. All rights reserved. C:\dsa.msc C:\> Active Directory Users and Computers File Action View Help 1++ Туре Description Saved Queries campus.edu Folder to store your favor... Domain Active Directory Users and Comput Name Saved Queries campus.edu 5 Right-click on the campus.edu domain and select New, then select Organizational Unit.
Question image 1