Module 21 Flashcards
Linux and Scripting
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?
dig
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?
PowerShell ISE
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?
nano
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?
Swap partition
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
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?
Variable
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
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?
Telnet
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?
cp
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?
Superuser
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?
pwd
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?
Clone
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?
Batch File
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?
Bash shell
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?
Environmental Variable