LINUX+ GUIDE TO LINUX CERTIFICATION
4th Edition
ISBN: 9780357005194
Author: ECKERT
Publisher: CENGAGE L
expand_more
expand_more
format_list_bulleted
Concept explainers
Expert Solution & Answer
Chapter 5, Problem 19RQ
Program Description Answer
User can find the file that was not repaired by “fsck” command in lost+found directory.
Hence, correct answer is option “C”.
Expert Solution & Answer
Trending nowThis is a popular solution!
Students have asked these similar questions
A user runs the fsck command with the -a option on a filesystem that is showing signsof corruption. How would that user locate any files the system was unable to repair?a. Look in the root of the filesystem.b. The system prompts the user for a target location when it comes across a file itcannot repair.c. Mount the filesystem and check the lost+found directory underneath the mountpoint.d. View the contents of the directory /lostþfound.
Marques wants to create a new partition on a hard disk using the DiskPart utility. He is unsure about the
correct command to be used in this scenario. He knows that it is either CREATE, FORMAT, or NEW.
Which of the following commands should Marques type into the DiskPart command prompt?
help CREATE
b) DiskPart FORMAT
DiskPart CREATE
d)
help
e) Help DiskPart NEW
f) Any of these will work for his task!
A user on Windows 10 is using the File Explorer to move a file from the C:data folder to the E:data folder. Disk C: can be formatted using NTFS, whereas disk D: can be formatted with FAT32.What happens to the file's permissions when it is transferred from the D:/ Drive?
Chapter 5 Solutions
LINUX+ GUIDE TO LINUX CERTIFICATION
Ch. 5 - Prob. 1RQCh. 5 - After a partition on a hard disk is formatted with...Ch. 5 - Prob. 3RQCh. 5 - Prob. 4RQCh. 5 - Prob. 5RQCh. 5 - A user mounts a device to a mount point directory...Ch. 5 - Which command is used to display the amount of...Ch. 5 - What must you do to successfully run the fsck...Ch. 5 - Character devices typically transfer data more...Ch. 5 - What does the du /var command do? a. shows the...
Ch. 5 - Prob. 11RQCh. 5 - Prob. 12RQCh. 5 - Which of the following statements are true?...Ch. 5 - Prob. 14RQCh. 5 - Which of the following statements regarding LVM...Ch. 5 - Prob. 16RQCh. 5 - You plug a USB flash memory drive into a system...Ch. 5 - Which command mounts all existing filesystems in...Ch. 5 - Prob. 19RQCh. 5 - Which command is used to format a partition on a...
Knowledge Booster
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.Similar questions
- In question 4 above, your friend is having problems finding the bootmgr file and asks for your help. What is your best response? a. Use diskpart commands to “unhide” and locate the file. b. Use the File Explorer options applet to unhide the hidden bootmgr file. c. Explain to your friend that performing a startup repair is a better option. d. Explain to your friend that he can use the bootrec command to fix the bootmgr file without having to copy another file to the computer.arrow_forwardGiven the following output from the is command, how many files are linked with file1? one two three fourarrow_forwardThe MS-DOS XCOPY/D: date command copies only files that were modified on or after the specified date. Why does it operate this way?arrow_forward
- You have a Linux system that has a 1000GB hard disk drive, which has a 90GB partition containing an ext4 filesystem mounted to the / directory and a 4GB swap partition. Currently, this Linux system is only used by a few users for storing small files; however, the department manager wants to upgrade this system and use it to run a database application that will be used by 100 users. The database application and the associated data will take up over 200GB of hard disk space. In addition, these 100 users will store their personal files on the hard disk of the system. Each user must have a maximum of 5GB of storage space. The department manager has made it very clear that this system must not exhibit any downtime as a result of hard disk errors. How much hard disk space will you require, and what partitions would you need to ensure that the system will perform as needed? Where would these partitions be mounted? What quotas would you implement? What commands would you need to run and what…arrow_forwardAnswer all questions else downvote question 1. Create a script where you prompt the user for input, and the value provided will be a user. Loop through each file in that user's home directory (ignore the sub directories) and count the number of times a file contains the word ERROR (hint use 'wc' command to help with counting) and output the total number of errors at the end of the script. Once completed, take a screenshot of the source code of the script, and of the script executing, to execute the script you will need to create your own sample input, please include the sample input as part of your execution screenshot. question 2. What would be your current working directory if you changed directories to /log/././././../media/log/ssh/test/../users/ question 3. What would be your current working directory if you changed directories to /opt/test/usr/www/sbin/boot/pdfs/./spool/share/etc/./bin/.././httpd/arrow_forward1. Give the most concise command(s) that displays lines from a set of text input files. Display only lines from the set of files that contain a consecutive sequence of digits. The line cannot contain any other characters. Display the entire matching line. Pattern match in the contents of only files in the current directory whose filename is any two digits. Completes are disabled.arrow_forward
- Write the command that will locate all files that are larger than 10 megabytes in size, and copy each one to the directory "/overflow".arrow_forwardLinux Quiz (Accurate answers please!) Write the command to create a directory Write the command to print "hello World" to the terminal screen Write the command to move to the home directory of user linadm using a relative path. Write the command(s) that will set the color variable and send its value to a sub shell What login ids have access to the sudo command. Extract from the /etc/group file provide a list of all logins that run the bash shell. Include in your list the login name and login id #. Sort the results.arrow_forwardThe Windows 10 user is moving files from the C:data folder to the E:data folder. There are two file systems, NTFS and FAT32, and they are used to format the C: drive and the D: drive, respectively.Exactly what happens to a file's permissions when it's transferred from the D:/ Drive?arrow_forward
- You have a Linux system that has a 1000GB SSD, which has a 90GB partition containing an ext4 filesystem mounted to the /directory and a 4GB swap partition. Currently, this Linux system is only used by a few users for storing small files; however, the department manager wants to upgrade this system and use it to run a database application that will be used by 100 users. The database application and the associated data will take up over 200GB of hard disk space. In addition, these 100 users will store their personal files on the hard disk of the system. Each user must have a maximum of 5GB of storage space. The department manager has made it very clear that this system must not exhibit any downtime as a result of hard disk errors. How much hard disk space will you require, and what partitions would you need to ensure that the system will perform as needed? Where would these partitions be mounted? What quotas would you implement? What commands would you need to run and what entries to…arrow_forwardWithin Windows 10, a user is moving files from the C:data folder to the E:data folder. Disk C: can be formatted using NTFS, whereas disk D: can be formatted with FAT32.What happens to the file's permissions when a file is transferred from the D:/ Drive?arrow_forwardWrite down the commands you would use for the following tasks. Part 2 of previous question.arrow_forward
arrow_back_ios
SEE MORE QUESTIONS
arrow_forward_ios
Recommended textbooks for you
- CompTIA Linux+ Guide to Linux Certification (Mind...Computer ScienceISBN:9781305107168Author:Jason EckertPublisher:Cengage LearningA+ Guide To It Technical SupportComputer ScienceISBN:9780357108291Author:ANDREWS, Jean.Publisher:Cengage,LINUX+ AND LPIC-1 GDE.TO LINUX CERTIF.Computer ScienceISBN:9781337569798Author:ECKERTPublisher:CENGAGE L
CompTIA Linux+ Guide to Linux Certification (Mind...
Computer Science
ISBN:9781305107168
Author:Jason Eckert
Publisher:Cengage Learning
A+ Guide To It Technical Support
Computer Science
ISBN:9780357108291
Author:ANDREWS, Jean.
Publisher:Cengage,
LINUX+ AND LPIC-1 GDE.TO LINUX CERTIF.
Computer Science
ISBN:9781337569798
Author:ECKERT
Publisher:CENGAGE L
Linux - Tutorial for Beginners in 13 MINUTES! [ UPDATED ]; Author: bai;https://www.youtube.com/watch?v=BMGixkvJ-6w;License: Standard YouTube License, CC-BY
What is Linux?; Author: Techquickie;https://www.youtube.com/watch?v=zA3vmx0GaO8;License: Standard YouTube License, CC-BY
Introduction to Linux and Basic Linux Commands for Beginners; Author: sakitech;https://www.youtube.com/watch?v=IVquJh3DXUA;License: Standard Youtube License