Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Linux assignment Write the Linux command(s) or script to perform each of the following, You must use the Linux syntax that we have used during
Linux assignment
Write the Linux command(s) or script to perform each of the following, You must use the Linux syntax that we have used during class. You must type your results and turn in a paper copy at the beginning of class. You must type your name on each sheet of paper. You must type only on one side of each sheet of paper. 2pts each 1Write the command(s) to create a soft link to a file by the name of fred. 2. Write the command(s) to display the line for the user mthomas in the password file, (only the one line). 3. Write the command(s) to display the contents of a file by the name of longlist. This display must show one page at a time. 4. Write the command(s) to assign the output of the date command to the command line arguments 4pts each 5. Write a script to ask the user for a name. If the data entered is mike, display the phrase I found mike. If the data entered is not mike, display the phrase You did not enter mike. Use the [ notation in your script. Write a script to ask the user for a number (assume no error checking). The script must then display the even numbers between the entered number and 100, inclusive. Use the [ notation in your script. 6Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started