need help with this assignment please help

Need Help With This Assignment Please Help
Need Help With This Assignment Please Help
Need Help With This Assignment Please Help
Need Help With This Assignment Please Help
Need Help With This Assignment Please Help

Answers

Answer 1

To switch to a command- line terminal( tty5),  one need to press Ctrl Alt F5 and log in to the outstation via the use of the root username as well as LINUXrocks! word.

What is the command  about?

One can code by the use a. sh extension for shell scripts due to the fact that it identifies the train as a shell script, making it easier for druggies to identify the purpose of the train.

The shell script in the above code will creates a report of the fragment configuration of the system. It starts by setting the filename to the hostname of the system, adds a heading for the LVM configuration, and also lists the Logical Volume director( LVM) using the lvscan command.

Therefore, After running the chmod command to make thediskconfig.sh script executable, running./diskconfig.sh at the command code generates the fragment configuration report and saves it to a series with the name of the system's hostname, followed by the". report" extension.

Learn more about command    from

https://brainly.com/question/25808182

#SPJ1



See text below

1. Switch to a command-line terminal (tty5) by pressing Ctrl+Alt+F5 and log in to the terminal using the user name of root and the password of LINUXrocks!.

2. At the command prompt, type vi diskconfig.sh and press Enter to open a new file for editing called diskconfig.sh in your home directory. Why is it good form to use a .sh extension for shell scripts?

3. Enter the following text into the diskconfig.sh file. As you are typing the contents, ensure that you understand the purpose of each line (reviewing the chapter contents and appropriate man pages as necessary). When finished, save and quit the vi editor.

Copyright 2020 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part. WCN 02-200-202

O Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part. Due to electronic rights, some third party content may be suppressed from the eBook and/or eChapter(s). deemed that any suppressed content does not materially affect the overall learning experience. Cengage Learning reserves the right to remove additional content at any time if subsequent rights restrictions require it.

CHAPTER 7 Working with the BASH Shell

#!/bin/bash

#This script creates a report of our disk configuration

FILENAME= 'hostname'

echo "Disk report saved to $FILENAME.report"

echo -e "\n LVM Configuration: \n\n" >>$FILENAME.report

lvscan >> $FILENAME.report

echo -e "\n\n Partition Configuration: \n\n" >>$FILENAME.report fdisk 1 head -17 >>$FILENAME.report

echo -e "\n\n Mounted Filesystems: \n\n" >>$FILENAME.report

df -hT | grep -v tmp >>$FILENAME.report

At the command prompt, type chmod u+x diskconfig.sh and press Enter. Next, type ./diskconfig.sh at the command prompt and press Enter. Note the filename that your report was saved to.



that your report was saved to.

5. At the command prompt, type less filename where filename is the filename you

noted in the previous step, and press Enter. View the contents. Would this shell script work well to record storage configuration from different systems? Why?

6. At the command prompt, type vi dirbackup.sh and press Enter to open a new file for editing called dirbackup.sh in your home directory.

7. Enter the following text into the dirbackup.sh file. As you are typing the contents, ensure that you understand the purpose of each line (reviewing the chapter contents and appropriate man pages as necessary; the tar backup command will be discussed in Chapter 11 and does not require detailed interpretation here). When finished, save and quit the vi editor.

#!/bin/bash

#This script backs up a directory of your choice

if [ $# -ne 1 ]

then

echo "Usage is $0 <directory to back up>"

exit 255

fi

echo "Performing backup....



echo "Backup completed successfully to ~/backupfile.tar.gz"

Copyright 2020 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part. WCN 02-200-202

2020 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part. Due to electronic rights, some third party content may be suppressed from the eBook and/or eChapter(s). has deemed that any suppressed content does not materially affect the overall learning experience. Cengage Learning reserves the right to remove additional content at any time if subsequent rights restrictions require it.

CHAPTER 7


Related Questions

What will be the motion of a follower resting against the cam surface of each of the six types of cam profiles shown in this activity?
Circular
Heart
Snail
Hexagonal
Eccentric
Pear

Answers

Note that the motion of a  follower resting against the cam surface of each of the six types of cam profiles are given as follows.

What are the motions?

The motion of a follower resting against the cam surface of each of the six types of cam profiles would be as follows:

Circular: The follower will have a uniform motion in a circular path as the cam rotates.

Heart   The follower will have a slow, linear motion as it follows the concave portion of the heart-shaped cam profile, and a fast, linear motion as it follows the convex portion.

Snail    The follower will have a slow, linear motion as it follows the spiral-shaped cam profile.

Hexagonal The follower will have a combination of linear and oscillatory motion as it follows the six-sided cam profile.

Eccentri The follower will have a reciprocating linear motion as the eccentric cam rotates.

Pear The follower will have a combination of linear and oscillatory motion as it follows the pear-shaped cam profile.

Learn more about Cam Profile;
https://brainly.com/question/13884034
#SPJ1

The motion of a follower resting against the cam surface of each of the six types of cam profiles is described below:

1. Circular cam profile:

A circular cam profile consists of a circle that rotates about a fixed point. When a follower rests against the cam surface, it moves in a simple harmonic motion. The follower moves up and down as the cam rotates, following the circular path of the cam profile.

2. Heart cam profile:

A heart cam profile consists of two half-circular lobes joined at their ends. When a follower rests against the cam surface, it moves in a motion that resembles the shape of a heart. The follower moves up and down as the cam rotates, following the shape of the cam profile.

3. Snail cam profile:

A snail cam profile consists of a spiral-shaped groove that winds around a central point. When a follower rests against the cam surface, it moves in a motion that resembles the shape of a snail shell. The follower moves up and down as the cam rotates, following the shape of the cam profile.

4. Hexagonal cam profile:

A hexagonal cam profile consists of six straight sides joined at their ends to form a hexagon. When a follower rests against the cam surface, it moves in a motion that resembles the shape of a hexagon. The follower moves up and down as the cam rotates, following the shape of the cam profile.

5. Eccentric cam profile:

An eccentric cam profile consists of a circle that is offset from the center of another circle. When a follower rests against the cam surface, it moves in a motion that resembles an ellipse. The follower moves up and down as the cam rotates, following the shape of the cam profile.

6. Pear cam profile:

A pear cam profile consists of a combination of a circular and an eccentric cam profile. When a follower rests against the cam surface, it moves in a motion that resembles a pear. The follower moves up and down as the cam rotates, following the shape of the cam profile.

In summary, the motion of a follower resting against the cam surface of each of the six types of cam profiles is unique and is determined by the shape of the cam profile. The follower moves up and down as the cam rotates, following the shape of the cam profile, and the specific motion depends on the shape of the cam profile.

The ___________________ allows the axle to turn the wheels at different speeds.
A) Traction equalizer B) Two-speed axle C) Transmission D) Differential

Answers

Answer:

the correct answer is D) Differential.

Explanation:

Answer:

d is the answer

Explanation:

the differential is a system that transmits an engine's torque to the wheels. The differential takes the power from the engine and splits it, allowing the wheels to spin at different speeds.

just think of a gear facing nothing /\ : ( ‘ | ‘ being the gear )

l

Think of a gear on the right like this:

_

If those 2 touch each other they move ( shown in picture )

Which makes d the answer

D being the answer

Argue why the following scenario may NOT represent the best decision in the Solving the Problem phase of design engineering.

Situation: The team discovers that the materials needed to make a tablet durable and light at the same time are prohibitively expensive. Rather than use different materials, the team decides to eliminate the camera feature.

Answers

Eliminating the camera feature may not represent the best decision in the Solving the Problem phase of design engineering for a number of reasons.

Firstly, the camera feature may be an important selling point for the tablet, and eliminating it could result in decreased sales and revenue. Customers may be willing to pay more for a tablet that includes a camera, and the lack of this feature may make the tablet less attractive compared to competitors.

Secondly, eliminating the camera feature may not solve the underlying problem of cost. The team may need to continue to use expensive materials to make the tablet durable and light, which could result in higher production costs and lower profit margins. In this case, the team would need to consider alternative solutions that address the cost issue without sacrificing important features.

Finally, the decision to eliminate the camera feature may not take into account the needs and preferences of the end user. Customers may expect a tablet to include a camera, and the lack of this feature could result in negative reviews and feedback. This could harm the reputation of the company and make it more difficult to sell future products.

Overall, while eliminating the camera feature may be a quick and easy solution to the problem of expensive materials, it may not represent the best decision in the Solving the Problem phase of design engineering. The team should consider alternative solutions that address the cost issue without sacrificing important features or compromising the needs and preferences of the end user.

An incandescent lightbulb requires electricity to flow through the thin filament to make the filament glow. If there are 3 bulbs in a series circuit and one bulb goes out or breaks, will the others stay on or turn off?
A) The bulbs stay on B) They all turn off

Answers

If there are 3 bulbs in a series circuit and one bulb goes out or breaks, the other bulbs will all go foff (Option B)

How can we explain the above?

In a serios circuit, there is only one flow of elecricity. Only one path via which electricityh can flow. Hence, when that path is cut off by the removal of one bulb, all the other bulbs will go off.

A series circuit is made up of two or more components linked in a loop.

A series circuit has the following advantages: A single switch can control all of the components. There are fewer cables necessary.

One of the drawbacks of a series circuit is that the components cannot be regulated independently.

Learn more about Series Circuit:
https://brainly.com/question/11409042
#SPJ1

Analyze the graph and answer the question that follouw Nicha Complete Sentence. 120 100 80 40 40 20 O 1 2 3 4 5 6 7 8 (Sarce, Integrated Science : Science and techology texbook for first year) I what is represented by the horizontal axis? the vertical axis? 9​

Answers

The steps below must be followed in order to examine a graph:

Read the labels and the title: Determine the data:Observe trends

What are the necessary steps to analyze the graph

Your interpretation of the data will depend on the kind of graph you are seeing. Line graphs, bar graphs, scatter plots, and pie charts are examples of common graph types.

Analyze the data points on the graph to find out what they stand for. If there are several data sets, identify each one and ascertain their connections.

Look over the data to identify any patterns or trends. Are the data points, for instance, growing or shrinking with time? An overview was given based on the information.

Learn more about graph on

https://brainly.com/question/19040584

#SPJ1

The power generator in a vehicle is the _____________.
A) Axle B) Chassis C) Drivetrain D) Engine

Answers

Answer:

It is the engine

Explanation:

Its an alternator which is a type of electric engine used in modern vehicles

Other Questions
.you are driving on a freeway posted for 65 mph. traffic is heavy and moving at 35 mph. the best speed for your vehicle is most likely: What is the pH of a solution made by mixing 20.00 mL of 0.100 M HCl with 40.00 mL of 0.100 M KOH? Assume that the volumes of the solutions are additive. A) 0.48 B) 1.48 C) 12.52 D) 13.52 I need help look at picture (Adapted from NYEngage) Use similar triangles to find the length of the altitude How is share cropping different from slavery Find the missing side. Round to the nearest tenth iron deficiency is the most common form of anemia. what role does iron play in the health of red blood cells? which of the following best helps explain why the electronegativity of cl is less than that of f ? responses the mass of the cl atom is greater than the mass of the f atom. the mass of the c l atom is greater than the mass of the f atom. the cl nucleus contains more protons than the f nucleus contains. the c l nucleus contains more protons than the f nucleus contains. when cl and f form bonds with other atoms, the cl bonding electrons are more shielded from the positive cl nucleus than the f bonding electrons are shielded from the positive f nucleus. when c l and f form bonds with other atoms, the c l bonding electrons are more shielded from the positive c l nucleus than the f bonding electrons are shielded from the positive f nucleus. because cl is larger than f , the repulsions among electrons in the valence shell of cl are less than the repulsions among electrons in the valence shell of f . suppose that a simple random sample is used to estimate the proportion of families in a certain area that are living below the poverty level. if this proportion is roughly .15, what sample size is necessary so that the standard error of the estimate is .02? kyle is being deployed to the middle east and will be gone for one year. kyle asks delilah to sell his house for him while he is gone. in this arrangement between kyle and delilah:_____. an analyst uses a temporary supernormal growth model to value a common stock. the company paid a $2 dividend last year. the analyst expects dividends to grow at 15% each year for the next three years and then to resume a normal rate of 7% per year indefinitely. the analyst estimates that investors require a 12% return on the stock. the value of this common stock is closest to: a) I am greater than 6 if you multiply me with 6 I become 42 what number am i please help! question on beta blockers 6 marker A hypothetical example is based onMultiple ChoiceOa storyan event that really happened.an event that did not happen but that would be likely or possible.a fact the extent to which people believe that they control their fate through their own efforts is called _____. . Examine and describe the grandmothers voice and syntax. What distinguishes her voice from Thomas and Oskars? How do the features of her voice relate to her content/themes?Answer: are supreme court justices required to report gifts money functions as:group of answer choicesa store of value.a unit of account.a medium of exchange.all of these. what is the measure of an angle if it is 130 less than three times its own complement which organizational pattern would you use when you believe your audience is likely to agree to your request without much resistance? which organizational pattern would you use when you believe your audience is likely to agree to your request without much resistance? problem-solving pattern direct request pattern indirect request pattern