DumpsFiles
 Request Exam  Contact
  • Home
  • PRACTICE EXAMS
    Oracle
    Fortinet
    Juniper
    Microsoft
    Cisco
    Citrix
    CompTIA
    VMware
    ISC
    SAP
    EMC
    PMI
    HP
    Salesforce
    Other
  • View All Exams
  • New Dumps Files
  • Upload
  • Oracle
    Oracle
  • Fortinet
    Fortinet
  • Juniper
    Juniper
  • Microsoft
    Microsoft
  • Cisco
    Cisco
  • Citrix
    Citrix
  • CompTIA
    CompTIA
  • VMware
    VMware
  • ISC
    ISC
  • SAP
    SAP
  • EMC
    EMC
  • PMI
    PMI
  • HP
    HP
  • Salesforce
    Salesforce
  1. Home
  2. Lpi
  3. LPIC-1 Exam 101, Part 1 of 2, version 5.0
  4. Lpi.101-500.v2022-07-04.q117
  5. Question 2

Join the discussion

Question 2/117

Which command must be entered before exiting vi to save the current file as filea.txt?

Correct Answer: B

Add Comments

Your email address will not be published. Required fields are marked *

insert code
Type the characters from the picture.
Rating:
Other Question (117q)
Q1. Which of the following commands can be used to determine how long the system has been runn...
Q2. Which command must be entered before exiting vi to save the current file as filea.txt?...
Q3. Which of the following files exist in a standard GRUB 2 installation? (Choose two.)...
Q4. What is the process ID number of the init process on a SysV init based system?...
Q5. Which command creates a swap space on a block device or a file? (Specify ONLY the command ...
Q6. When is the content of the kernel ring buffer reset? (Choose two.)...
Q7. Which of the following apt-getsubcommands installs the newest versions of all currently in...
Q8. What does the command mount -a do?
Q9. Which wildcards will match the following filenames? (Choose two.) ttyS0 ttyS1 ttyS2...
Q10. What is true regarding UEFI firmware? (Choose two.)...
Q11. Which of the following are valid stream redirection operators within Bash? (Choose THREE c...
Q12. What is the default nice level when a process is started using the nicecommand?...
Q13. Which of the following commands will produce the following output? (Exhibit)...
Q14. When planning a partition scheme, which of the following directories could be considered f...
Q15. Which of the following commands display the IDs of all processes owned by root? (Choose tw...
Q16. Which of the following commands brings a system running SysV init into a state in which it...
Q17. Which of the following commands sets the SetUID permission on the executable /bin/foo? chm...
Q18. Given a log file loga.log with timestamps of the format DD/MM/YYYY:hh:mm:ss, which command...
Q19. Which of the following commands lists the dependencies of the RPM package file foo.rpm? rp...
Q20. If the gzip compressed tar archive texts.tgz contains the files a.txt and b.txt, which fil...
Q21. Which utility would be used to change how often a filesystem check is performed on an ext2...
Q22. Which of the following is the device file name for the second partition on the only SCSI d...
Q23. Which of the following properties of a Linux system should be changed when a virtual machi...
Q24. Which of the following commands is used to change metadata and options for ext3 filesystem...
Q25. In the vi editor, how can commands such as moving the cursor or copying lines into the buf...
Q26. Which umask value will result in the default access permissions of 600 (rw-------) for fil...
Q27. Pressing the Ctrl-C combination on the keyboard while a command is executing in the foregr...
Q28. Which of the following commands displays the manual page command from section 1? man comma...
Q29. Which of the following commands can be used to locate programs and their corresponding man...
Q30. Which of the following properties of a Linux system should be changed when a virtual machi...
Q31. What is the maximum niceness value that a regular user can assign to a process with the ni...
Q32. What is true regarding the configuration of yum? (Choose two.)...
Q33. Which of the following commands can be used to display the inode number of a given file?...
Q34. Which of the following commands show how the shell handles a specific command?...
Q35. Which of the following commands lists the dependencies of the RPM package file foo.rpm?...
Q36. Which of the following commands displays the path to the executable file that would be exe...
Q37. You want to preview where the package file, apache-xml.i386.rpm, will install its files be...
Q38. Which of the following commands creates an ext3 filesystem on /dev/sdb1? (Choose TWO corre...
Q39. Which of the following commands converts spaces in a file to tab characters and prints the...
Q40. Which of the following partition types is used for Linux swap spaces when partitioning har...
Q41. Given the following input stream: txt1.txt atxt.txt txtB.txt Which of the following regula...
Q42. Which command shows all shared libraries required by a binary executable or another shared...
Q43. FILL BLANK Which command displays the current disk space usage for all mounted file system...
Q44. Which of the following statements describes a difference between GNU GRUB Legacy and GRUB ...
Q45. What does the command grub-install /dev/sda do?...
Q46. Which of the following options is used in a GRUB Legacy configuration file to define the a...
Q47. Which of the following Linux filesystems preallocates a fixed number of inodes at the file...
Q48. Which of the following commands will print the last 10 lines of a text file to the standar...
Q49. Which command shows all shared libraries required by a binary executable or another shared...
Q50. Which of the following commands can be used to display the inode number of a given file? (...
Q51. The installation of a local Debian package failed due to unsatisfied dependencies. Which o...
Q52. Which of the following commands sets the SetUID permission on the executable /bin/foo? chm...
Q53. Which of the following sequences in the vi editor saves the opened document and exits the ...
Q54. Which command will disable swapping on a device? (Specify ONLY the command without any pat...
Q55. Which of the following are filesystems which can be used on Linux root partitions? (Choose...
Q56. Which of the following commands determines a file's format by using a definition database ...
Q57. Which of the following files, located in a user's home directory, contains the Bash histor...
Q58. What happens after issuing the command vi without any additional parameters?...
Q59. Which command is used to create and initialize the files used to store quota information? ...
Q60. The system is having trouble and the engineer wants to bypass the usual /sbin/init start u...
Q61. What is the correct way to set the default systemd boot target to multi-user?...
Q62. Which of the following characters can be combined with a separator string in order to read...
Q63. Which of the following commands will load a kernel module along with any required dependen...
Q64. Which of the following commands prints a list of usernames (first column) and their primar...
Q65. Which of the following commands are common Linux commands for file management? (Choose thr...
Q66. Which file from the /proc file system contains a list of all currently mounted devices? (S...
Q67. In Bash, inserting 1>&2 after a command redirects...
Q68. From a Bash shell, which of the following commands directly execute the instructions from ...
Q69. What does the command mount --bind do?
Q70. Which of the following files, located in the user home directory, is used to store the Bas...
Q71. Which of the following settings for umask ensures that new files have the default permissi...
Q72. What is the default nice level when a process is started using the nice command?...
Q73. After moving data to a new filesystem, how can the former path of the data be kept intact ...
Q74. Which of the following commands will reduce all consecutive spaces down to a single space?...
Q75. Which command displays a list of all background tasks running in the current shell? (Speci...
Q76. What command changes the nice level of a running process? (Specify ONLY the command withou...
Q77. How can the list of files that would be installed by the RPM package file apache-xml.rpm b...
Q78. Which of the following signals is sent to a process when the key combination Ctrl+Z is pre...
Q79. In a nested directory structure, which find command line option would be used to restrict ...
Q80. A user accidentally created the subdirectory \dirin his home directory. Which of the follo...
Q81. Which of the following commands is used to change options and positional parameters within...
Q82. Which option to the tee command will cause the output to be concatenated on the end of the...
Q83. In compliance with the FHS, in which of the following directories are documentation files ...
Q84. When removing a package on a system using dpkg package management, which dpkgoption ensure...
Q85. From a Bash shell, which of the following commands directly execute the instructions from ...
Q86. Given the following input stream: txt1.txt atxt.txt txtB.txt Which of the following regula...
Q87. Which command will display messages from the kernel that were output during the normal boo...
Q88. When removing a package, which of the following dpkg options will completely remove the fi...
Q89. Which of the following commands loads a kernel module along with any required dependency m...
Q90. Which of the following vi commands deletes two lines, the current and the following line?...
Q91. Which of the following statements are correct when comparing Linux containers with traditi...
Q92. What is the output of the following command? echo "Hello World" | tr -d aieou...
Q93. What is the name of the main configuration file for GNU GRUB? (Specify the file name only ...
Q94. What is the name of the main configuration file for GNU GRUB? (Specify the file name only ...
Q95. What is the purpose of the Bash built-in export command?...
Q96. Which of the following are valid stream redirection operators within Bash? (Choose two.)...
Q97. Which of the following commands is used to update the list of available packages when usin...
Q98. Which of the following commands will print important system information such as the kernel...
Q99. Which of the following directories on a 64 bit Linux system typically contain shared libra...
Q100. Which of the following commands moves and resumes in the background the last stopped shell...
Q101. Which of the following statements are true about the boot sequence of a PC using a BIOS? (...
Q102. Which of the following commands will mount an already inserted CD-ROM in /dev/sr0 onto an ...
Q103. Which of the following commands will NOT update the modify timestamp on the file /tmp/myfi...
Q104. In order to display all currently mounted filesystems, which of the following commands cou...
Q105. Which run levels should never be declared as the default run level when using SysV init? (...
Q106. Which of the following commands redirects the output of ls to standard error?...
Q107. What is the maximum niceness value that a regular user can assign to a process with the ni...
Q108. Which of the following statements is correct when talking about /proc/?...
Q109. Which of the following commands changes all CR-LF line breaks in the text file userlist.tx...
Q110. Which of the following commands determines the type of a file by using a definition databa...
Q111. Which type of filesystem is created by mkfs when it is executed with the block device name...
Q112. What is the correct way to set the default systemd boot target to multi-user? systemctl is...
Q113. Which of the following commands prints a list of usernames (first column) and their primar...
Q114. Which of the following commands will send output from the program myapp to both standard o...
Q115. In Bash, inserting 2>&1 after a command redirects:...
Q116. Which of the following tools can show the complete path of an executable file that the cur...
Q117. Which of the following commands is used to change options and positional parameters for a ...
[×]

Download PDF File

Enter your email address to download Lpi.101-500.v2022-07-04.q117.pdf

Email:

DumpsFiles

Our website provides the Largest and the most Latest vendors Certification Exam materials around the world.

Using dumps we provide to Pass the Exam, we has the Valid Dumps with passing guranteed just which you need.

  • DMCA
  • About
  • Contact Us
  • Privacy Policy
  • Terms & Conditions
©2026 DumpsFiles

www.dumpsfiles.com materials do not contain actual questions and answers from Cisco's certification exams.