Linux Essentials Final Comprehensive Exam (Modules 1 – 16)

March 26, 2018 | Author: Muhammad Haqqi An Nazilli | Category: Data Compression, Command Line Interface, Linux, Operating System, Graphical User Interfaces


Comments



Description

12/6/2016 Linux Essentials Final Comprehensive Exam (Modules 1 – 16) ­ CCNA Exam 2016CCNA Courseware Microsoft Linux Essentials Introduction to Linux I Introduction to Linux II About Ads by Google Exam Answers Linux Commands Linux and Ubuntu Home ITE (IT Essentials) CCNA1 CCNA2 CCNA3 CCNA4 CCNA Security CCNA PT Lab 2016  to help you passed the exam. Linux Essentials Final Comprehensive Exam Search (Modules 1 – 16) Posted on February 5, 2016 by ccna7 Linux Essentials Final Comprehensive Exam (Modules 1 – 16) Answer 1. Question ID 2 One of the jobs of the kernel is to: Manage the system’s resources Turn source code into machine code Load the operating system after the computer is turned on Transfer mail from one machine to another 2. Question ID 3 Unix is: (choose two) An operating system A type of hardware A trademark A distribution of Linux A text editor 3. Question ID 5 Linux is written in: C .NET C++ Java Perl Find Us on Facebook 4. Question ID 6 Source code refers to: The version of a program that the computer runs on the CPU https://ccna7.com/linux­essentials/linux­essentials­final­comprehensive­exam­modules­1­16/ 1/15 0 8.12/6/2016 Linux Essentials Final Comprehensive Exam (Modules 1 – 16) ­ CCNA Exam 2016 The license that dictates how you may use and Ads by Google share the software Questions and Answers The interface that software uses to talk to the kernel Linux Install A human readable version of computer software Linux Log Management 5. Question ID 26 ITE v5.com/linux­essentials/linux­essentials­final­comprehensive­exam­modules­1­16/ 2/15 . Question ID 47 Hidden files are files that begin with what character? A plus (+) A dash (­) A period (.1 Online Assessement –doc CCNA 2 v5. 2015(100%) CCNA 3 v5.1 Introduction to Networks –info CCNA 1 v5.03 Routing and Switching 6.) An asterisk (*) 10.2 (100%) man ­w.03 Connecting Networks 7.02 Routing and Switching the command apropos.02 Exam 2015 100% Linux Essentials (LPI­010) The directory where additional documentation for software packages LPIC­1 101 most likely can be found is: LPIC­1 102 Microsoft Learning /var/lib/doc Window Tip /usr/software/doc /usr/share/doc /var/share/doc 9. CCNA Security Exam Answer v2 True Cisco Learning False ITE – IT Essentials v6. including hidden files? ­w https://ccna7.02 Routing and Switching –help 2015(100%) ­h CCNA 2 V5. Question ID 48 What option for the ls command will display all files.02 Routing and Switching True 2015(100%) False CCNA 4 v5.03 Scaling Networks True or False? CCNA 4 v5. Question ID 23 Essentials The command man ­k is the same as CCNA 3 v5. Question ID 24 CCNA Lab Exam CCNA Routing and Switching Courseware The whatis command is the same as CCNA Security Exam Answer v1.02 Routing and Switching documentation? 2015(100%) CCNA 1 v5. Question ID 22 Categories What is the standard option to provide a command line program to view its CCNA 1 v5.  Question ID 73 Compression on a file works by: Removing the high order bit from each byte Consolidating multiple files into one Removing redundant information Storing most of the data on removable media and just leaving a pointer Eliminating gaps within the file 15. Question ID 51 Is the following path absolute or relative? sysadmin/Documents Relative Absolute 14. Question ID 76 Lossy compression: (choose three) Is often used with documents https://ccna7. Question ID 75 In general.  Question ID 49 The top­level directory on a Linux system is represented as: / /root /home C: 12. Question ID 50 Is the following path absolute or relative? /etc/ppp Relative Absolute 13.12/6/2016 Linux Essentials Final Comprehensive Exam (Modules 1 – 16) ­ CCNA Exam 2016 ­H ­L ­a 11.com/linux­essentials/linux­essentials­final­comprehensive­exam­modules­1­16/ 3/15 . for which of the following would you want to use lossless compression? An mp3 audio file A movie A log file A JPEG image An encrypted email 16. gz holds a compressed version of myfile.tar is unarchived into the current directory myfile. True or False? True False 20.tar An error; you forgot to pass the name of the output file An error; you forgot to specify the file with –f myfile.com/linux­essentials/linux­essentials­final­comprehensive­exam­modules­1­16/ 4/15 . …send the output of one command to another.log ls /root >> error.log? (choose one) ls /root > error. error. Question ID 77 You type gzip myfile. What happens? (choose two) myfile.tar is removed 18.12/6/2016 Linux Essentials Final Comprehensive Exam (Modules 1 – 16) ­ CCNA Exam 2016 Decompresses to an identical version as the original Sacrifices some quality Usually results better compression than lossless Is often used with images 17. https://ccna7. Question ID 96 A pipe allows you to… …send the same input to multiple commands. Question ID 94 A successful command will print output to STDOUT. Question ID 93 Error messages generated by commands are sent where by default? STDIN Log files STDERR STDOUT 19.tar.log ls /root 2> error.log 21.tar. Question ID 95 Which of the following commands will direct error messages to the file.log ls /root $> error. …type multiple commands at one prompt. Question ID 119 Which are appropriate editors for writing shell scripts? (choose two) nano LibreOffice Writer /bin/bash vi Firefox 26. Question ID 118 A file begins with #!/bin/csh.com/linux­essentials/linux­essentials­final­comprehensive­exam­modules­1­16/ 5/15 . 22. Question ID 117 The echo command: Tests a variable for duplication Duplicates the input stream to the output stream Is used for variable assignment Is used to output text to the console Copies variables from one to another 24. Question ID 121 What does this shell script do? https://ccna7. this is a comment 25. This means: C Shell compatibility mode is enabled Running the script will invoke /bin/csh to interpret the rest of the file The operator should not be using /bin/csh This is a Perl script Nothing.12/6/2016 Linux Essentials Final Comprehensive Exam (Modules 1 – 16) ­ CCNA Exam 2016 …send the output of a command to a file. Question ID 120 Most of nano’s commands take the form of: Escape followed by another character Mouse clicks The F1 through F12 function keys Alt and another character Control and another character 27. Question ID 97 Channel 2 is: STDERR STDIN STDALL STDOUT 23.  since there is a problem with the conditions in the if statement Makes the /tmp/foo directory if a file by that name exists Creates /tmp/foo if it does not exist Creates /tmp/foo and raises an error if there is a problem Outputs a message to the screen 28. Question ID 140 Which of the following are valid CPU types for Intel­based platforms? (choose two) 48 bit 24 bit 64 bit 32 bit 29. Question ID 158 One way to install new software on a Linux system is to use a package management system.12/6/2016 Linux Essentials Final Comprehensive Exam (Modules 1 – 16) ­ CCNA Exam 2016 FOO=/tmp/foo if [ ! –d $FOO ]; then mkdir $FOO fi Nothing.com/linux­essentials/linux­essentials­final­comprehensive­exam­modules­1­16/ 6/15 . True or False? True False 32. the system displays https://ccna7. Question ID 157 What does the acronym RPM mean? Relocate Package Manager Return Package Management RPM Package Management Recursive Package Manager 31. True or False? True False 30. Question ID 159 When you execute the dmesg command. Question ID 141 64 bit platforms can access more memory than 32 bit platforms.  Question ID 161 Which of the following are package management commands for distributions with software distributed in files ending in . Question ID 180 A network packet contains … (choose two) https://ccna7. …a feature provided by one computer to another.rpm? (choose three) yum apt­get rpm yumex 35. Question ID 178 A service is… …a file that contains configuration information. Question ID 160 Which of the following are package management commands for distributions with software distributed in files ending in . …like an IP address. 37. …another name for a computer’s hostname. True or False? True False 33.deb? (choose three) rpm apt­get dpkg aptitude 34. Question ID 177 Which of the following would be considered a host? A printer attached to the network via an IP address A CDROM The computer’s hard drive A network cable 36.com/linux­essentials/linux­essentials­final­comprehensive­exam­modules­1­16/ 7/15 .12/6/2016 Linux Essentials Final Comprehensive Exam (Modules 1 – 16) ­ CCNA Exam 2016 messages that are generated by the kernel.  Question ID 198 Which user can view the /etc/shadow file? The root user No users Any member of the password group All users 41. Question ID 197 Which files contain user account information? (choose two) /etc/passwd /etc/shadow /etc/group 40. True or False? True False 39. Question ID 181 Only servers have hostnames. Question ID 200 Each user belongs to at least one group. …the name of the router. GID and groups your current user belongs to? id whoami who about 42. Question ID 199 Which command will display the UID. Question ID 201 Which command will display the users that are currently logged in to the system? who about https://ccna7. …the IP address of the source machine.com/linux­essentials/linux­essentials­final­comprehensive­exam­modules­1­16/ 8/15 . 38. True or False? True False 43. …a hard drive partition.12/6/2016 Linux Essentials Final Comprehensive Exam (Modules 1 – 16) ­ CCNA Exam 2016 …the IP address of the destination machine.  the files and directories that the user owned… …are deleted as well. For example. …will show a UID as the owner. the useradd command will also create a user group.com/linux­essentials/linux­essentials­final­comprehensive­exam­modules­1­16/ 9/15 . Question ID 217 UIDs 1­500 are usually reserved for what kind of users? Are not used for user accounts. such as server processes Remote log­in accounts Log­in (human) users 45. but not user name. …will have no user owner. but for group accounts System accounts. user bob. True or False? True False 49.12/6/2016 Linux Essentials Final Comprehensive Exam (Modules 1 – 16) ­ CCNA Exam 2016 whoami id 44. group bob. Question ID 221 On a system that does not use UPG. Question ID 218 If a user is deleted. Question ID 219 Which of the following options for the useradd command allows root to specify the UID to be associated with the account? ­g ­u ­U ­G 47. Question ID 220 Which of the following options for the useradd command allows root to specify supplementary groups the user will be a member of? ­u U ­g ­G 48. Question ID 237 https://ccna7. …will have no UID owner. 46.  group. Question ID 239 Only one set (user. Question ID 238 Which of the following commands sets “other” permissions on file to r­x? chmod 774 file chmod 776 file chmod 775 file chmod 777 file 51.12/6/2016 Linux Essentials Final Comprehensive Exam (Modules 1 – 16) ­ CCNA Exam 2016 Which of the following commands set “other” permissions on file to r­x? chmod o+rx file chmod o­r­w file chmod o=r+x file chmod o=rx file 50. Question ID 240 Which of the following are methods for setting permissions using the chmod command? (choose two) letter octal symbolic binary 53. Question ID 241 The chown command can be used to change the owner and group of a file.com/linux­essentials/linux­essentials­final­comprehensive­exam­modules­1­16/ 10/15 . other) of permission can be changed at once using the symbolic method. True or False? True False 52. Question ID 268 https://ccna7. Question ID 267 The Samba application is a: Mail Server Security Server File Server Web Server 55. True or False? True False 54.  Question ID 270 Which of the following pieces of software deal with file sharing? (choose three) NFS X­Windows Netatalk Samba PostgreSQL 58. you are provided with a command prompt https://ccna7. Question ID 269 If you wanted to set up a blog. which software would be most helpful? MySQL Postfix WordPress Dovecot Samba 57.com/linux­essentials/linux­essentials­final­comprehensive­exam­modules­1­16/ 11/15 .12/6/2016 Linux Essentials Final Comprehensive Exam (Modules 1 – 16) ­ CCNA Exam 2016 Which of the following are examples of desktop software? (choose two) Web server Web browser File share Compiler Music player 56. Question ID 307 Which of the following is true about graphical mode? (choose three) You have menus and tools to help you find what you are looking for You access this mode by logging into a graphical display After login. Question ID 271 If you wanted to create and print an invoice. which software could you use? GNOME Compiz Firefox LibreOffice Evolution 59. com/linux­essentials/linux­essentials­final­comprehensive­exam­modules­1­16/ 12/15 . Question ID 310 In graphical mode. Question ID 309 A server is likely to be running in graphical mode. Question ID 311 Which of the following are traits of a multiuser operating system? (choose three) An administrative user gets a dedicated CPU Users can protect their information from other users Resources are shared between users Many users can log in simultaneously with a unique account Each user can only log in once per day 64. you are provided with a desktop You cannot use your mouse 60. Question ID 327 Select all the applications that provide access to the Command Line Interface (CLI)? (choose two) https://ccna7. True or False? True False 62. you can get to a shell by running which applications? (choose two) guiterm gbash terminal xconsole xterm 63. Question ID 308 Which of the following is provided by a graphical interface that isn’t normally provided to a non graphical interface? (choose four) Desktop Shell Windows Popups Menus 61.12/6/2016 Linux Essentials Final Comprehensive Exam (Modules 1 – 16) ­ CCNA Exam 2016 After login.  Question ID 349 The /var directory has files that change over time. Question ID 331 A pair of single quotes ( ‘ ) will prevent the shell from interpreting any metacharacter. Question ID 329 Select the command that can report the location of a command: where what which 67. Question ID 350 The “sticky bit” permission… …prevents others from removing files they don’t own from a common directory.com/linux­essentials/linux­essentials­final­comprehensive­exam­modules­1­16/ 13/15 . https://ccna7.12/6/2016 Linux Essentials Final Comprehensive Exam (Modules 1 – 16) ­ CCNA Exam 2016 Virtual Terminal firefox opera Terminal window 65. Question ID 328 Which environment variable contains a list of directories that is searched for commands to execute? PATH EXEC PS1 PS2 66. True or False? True False 69. Question ID 348 The /tmp directory is a temporary directory and will not exist on a system at all times. True or False? True False 68. True or False? True False 70. 12/6/2016 Linux Essentials Final Comprehensive Exam (Modules 1 – 16) ­ CCNA Exam 2016 …changes the group ownership of existing files in a directory. …prevents others from overwriting files they don’t own in common directories. Comments comments https://ccna7. …prevents the owner of a file from being changed.com/linux­essentials/linux­essentials­final­comprehensive­exam­modules­1­16/ 14/15 . …reports the output of a script to the owner. Question ID 353 The “setuid” permission… …allows a command to be run as the file owner. Question ID 352 Which of the following commands will set the “sticky bit” on /shared ? chmod 4777 /shared chmod 2777 /shared chmod 7777 /shared chmod 1777 /shared 72. …sets the group ownership of any new file created in a directory. …allows files in a directory to be manipulated as by the directory owner. 71. 02.. ITE v6 Final Exam 2016 CCNA2 Chapter 6 Exam (v5.com/linux­essentials/linux­essentials­final­comprehensive­exam­modules­1­16/ 15/15 .03) CCNA 1 Practice Final 2016 Exam Answer v5.12/6/2016 Linux Essentials Final Comprehensive Exam (Modules 1 – 16) ­ CCNA Exam 2016 CCNA2 Final Exam (v5..03) 2016 Home | CCNA Exam   ITE (IT Essentials)   CCNA1   CCNA2   CCNA3   CCNA4 Powered by WordPress and HeatMap AdAptive Theme https://ccna7.
Copyright © 2024 DOKUMEN.SITE Inc.