106 Exam Module 21

Réussis tes devoirs et examens dès maintenant avec Quizwiz!

Harrison has finished setting up his Ubuntu server and would like to start running commands in the terminal. This terminal stands for "Bourne Again Shell" and is a mixture of previous shells. What is the default terminal called? Package Bash shell Korn shell Script

Bash shell Correct. Bash shell is the default terminal for Ubuntu Software.

Nathan is working on a project within the Windows command line. He decides that instead of repetitively updating the files within the directory manually that he would like to run a file that would go through the process for him and would be able to execute a list of Window commands. What would allow Nathan to perform these activities? Clone Run-Time Environment JavaScript Batch File

Batch File Correct. Contains a list of Windows commands that can be executed in a command prompt window.

Frank has been asked to have the corporate Linux VM upgraded. Before he begins the process, he makes sure that a backup of the data and disk image of the entire Linux partition has been completed. What would the process of backing up the specific data be called? cat Clone Shell Scripts Samba

Clone Correct. Backups of your data and a disk image of the entire Linux partition.

Susan has been tasked with reviewing the company's files within PowerShell. On further review, she comes across a file that needs to be edited. She uses a # symbol and proceeds to leave a comment and not a command. What would the process be referred to as? Python Script Variable JavaScript Comment Syntax

Comment Syntax Correct. This refers to how you tag the text as a comment, so it is not interpreted as a command. For example, in PowerShell, a line in the script file can hold a comment if you begin the line with a #.

Larry has just finished installing Node.js on his system and now needs to add it to PATH. He copies the file location down to the "bin" file and proceeds to navigate to the System Variables so that he may add it. What would allow Larry to find PATH and add the copied address link? Python Script PowerShell Script Environmental Variable Comment Syntax

Environmental Variable Correct. Is information the OS makes available to a script.

Through the process of installing Ubuntu Server in VM, Veronica is faced with partitions. Going through the first partition, she notices that it has been automatically created and that it is used to boot the system to manage the dual-boot systems. What is the partition called? Samba GRUB Clone Comment syntax

GRUB Correct. A boot loader is used to manage dual-boot systems.

Leslie is setting up Ubuntu for the first time. She has decided that she would like to install it from a USB flash drive, which would allow her to boot up a live version of Linux. What is this method referred to as? Package Bash shell Live CD GRUB

Live CD Correct. When a user installs Ubuntu Desktop or Ubuntu Server on a hard drive, CD, or USB flash drive.

Sam is assisting an internal user with setting up their Ubuntu Server. He notices a report from the server that states a few updates are required. He installs the necessary files so that he can install the software. What would these files be called? rm GRUB Chown root Packages

Packages Correct. A collection of files needed to install software in Ubuntu.

While further working within the terminal, Sally decides she would like to create her own scripts so that she can save time typing the repetitive commands. What would allow her to create and test the Windows 10 script? Basic Loop PowerShell ISE Environmental Variable Integers

PowerShell ISE Correct. Contains PowerShell commands, also known as cmdlets, which are executed in Windows PowerShell.

Louis is currently working on a project using Python. In doing so she would like to use more than one command at a time so that she may increase her work performance. What would allow her to execute several Python commands? Python Script PowerShell Script JavaScript Comment Syntax

Python Script Correct. Is a group of Python commands interpreted by Python.

Lincoln is in the process of resetting a password for one of the users in the Ubuntu server. In order to perform this action, he must gain access to the principal user account. This account not only changes password, but is the administrator for installing patches, managing backups, and installing software. Knowing this, what is the account called? Root Account pwd Shell Scripts Korn Shell

Root Account Correct. The principal user account for the Linux system.

Samantha is in the process of executing a script for testing. In order to proceed with this process, she must make sure the correct program is used. What is the type of environment for executing the script called? Clone Run-Time Environment Batch File Script

Run-Time Environment Correct. The environment in which a script file can be executed in.

Kyle is working off a macOS while Linda is working on a Linux system. Linda needs to share a file with Kyle for the current project the two are working on. Linda uses a specific file server that allows her to share the file with other operating systems that are within her Network. What would the server be called? Samba Telnet Root Account Bash Shell

Samba Correct. It is a file server that allows file sharing across different operating systems within a network.

Sarah is working within the Linux terminal updating necessary files for the company. While running commands, she notices how long it is taking her to write out singular commands. In order to save time, she decides to place the commands within a text file and begins to run them as a batch. This allowed her to update many files within a short period of time. What would the text file being executed be called? Samba Telnet Root Account Script

Script Correct. Stores commands in a text file and execute them as a batch.

Sandy has been asked to setup Linux for a new user within the company. As a service technician, she would like to setup Linux further by using key commands. She opens the Linux terminal and begins to type out the commands. What is the Linux terminal called? Shell Prompt Bash shell Korn shell Script

Shell Prompt Correct. This terminal is the command prompt in the Linux Terminal.

Luan is in the process of creating a backup for the corporate Ubuntu Server. She has been informed that the company would not like to use a third-party backup software. With this information, Luan decides to write it herself. This allowed her to include tar commands to create an archive of many files and she was able to place it onto a USB drive for the company. What would the process be called? Script Clone Shell Scripts Superuser

Shell Scripts Correct. Allows the user to write their own scripts that include tar commands to create an archive of many files and copy it to other media, such as a USB drive or network storage.

Brandon being the lead technician is asked to setup a new user account to the corporate Ubuntu Server. In order to start the process, Brandon signs into the root account of the server and proceeds to create the account. What is the above process of logging into the root account called? Root Account pwd Superuser Korn Shell

Superuser Correct. A user who is logged in to the root account.

A user calls into a service desk for assistance with their Ubuntu server. They would like a method to improve performance. Daniel being the service technician is more than happy to assist and provides a method that would hold virtual memory. What is the following feature called? Samba GRUB Korn shell Swap Partition

Swap Partition Correct. Used to hold virtual memory and yields better performance for Ubuntu

Sandra is working from home today and has decided she will be gaining remote access to Linux today at a shell prompt. Sandra knows that the method she is choosing does not encrypt her transmissions. What would the remote access type be called? Script Telnet Shell Scripts Bash Shell

Telnet Correct. In Linux, the primary utilities for remote access at a shell prompt.

While going through PowerShell to organize files, Julie noticed an unknown data file. She proceeds to assign a value using the equal symbol, which further organizes the file setup. What did Julie initialize by naming the unknown data? Python Script Variable JavaScript Batch File

Variable Correct. Is the name of an unknown data item and can be assigned a value, which is called initializing the variable. In PowerShell, a variable name is preceded by $. You can assign a value to a variable using the equal symbol (=).

While working within the Linux VM, Daniel came across a file that had unwarranted editing permissions. In order to have the file permissions changed, what command would Daniel be using? chmod pwd chown cp

chmod Correct. This command will change modes (or permissions) for a file or directory.

Elise is asked to remove a user from the Ubuntu server and to have the user's files changed to a different owner. In order to have the files owner changed, what command will Ellen need to run? pwd df cat chown

chown Correct. This command changes the owner of a file or directory.

Sarah is within the Ubuntu server and would like to run a command within the terminal. She needs to make a copy of an important file. What command would allow her to do so? chmod pwd chown cp

cp Correct. This command allows you to copy a file.

Lauran has attempted to save a file she has just finished updating but receives a message that the task is not able to be completed. To further troubleshoot, she checks how much disk space is available using a specific command. What command(s) allows her to take this action? rm df cat cp

df Correct. This command will show the amount of disk free space available in Linux and to understand the file systems that are attached, or mounted, to the system

Samuel is working on a project within the Ubuntu Server and would like further details on Example.com. He uses a specific command and receives further DNS information on the website. What command(s) did he use to gain the DNS information? pwd dig cd sudo

dig Correct. Query for DNS information. This is similar to the Windows command nslookup. To lookup the DNS information

Ron is navigating through the Linux terminal for a specific directory. He is unsure of what may be in his current file. He decides to run a specific command that populates a list of directories and files. This allows him to get back on track to locate the directory he is looking for. What command did Ron perform? ls dig cd rm

ls Correct. This command allows the user to view the name of the current or present working directory.

Andy would like to edit one of the files within the Linux VM. He uses the terminal to locate the file and then runs a command that opens a direct path for editing the file. What command did Andy run to edit the file? cp chown nano rm

nano Correct. This command allows the user to change the directory.

Mary was navigating through the directory when she decided to use a command that would allow her to check the present working directory. After confirming the directory, Mary knew she was on the right track for editing a specific file. What command would Mary use to double check the directory? cp pwd ps rm

pwd Correct. This command allows the user to view the name of the current or present working directory.

Gary was in the process of installing a program using the terminal within Linux when he received a message stating that a superuser is required to run the command. Using a specific command, Gary was able to allow root user rights for this one installation. What command did he use? cp pwd ps sudo

sudo

Susan is working within the Linux terminal for her corporation. She has been asked to install software packages in RPM (Red Hat Package Manager). She uses a specific command to do just this. What command did Susan run to update the packages? cat yum df sudo

yum Correct. Get, install, delete, and manage software packages in RPM (Red Hat Package Manager). The yum (Yellowdog Update Manager) command is the primary tool for performing these functions in RPM.


Ensembles d'études connexes

Integumentary System test Review A&P

View Set

Descriptive Statistics: Summarizing the Data

View Set

Chapter 67 - Care of Patients with Kidney Disorders

View Set

Real Estate, Level 4, Chapter 4 - LIENS

View Set