Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

This command prepares your environment and ensures that all required resources are available. [ student@workstation ] $ lab start console - review Instructions Create the

This command prepares your environment and ensures that all required resources are available.
[student@workstation ]$ lab start console-review
Instructions
Create the executable /home/student/bin/bash-lab script file on the workstation machine. The initial content in the script must use the shebang interpreter
directive.
1.1. On the workstation machine, create the /home/student/bin/ directory if needed.
[student@workstation ] $ mkdir -p /home/student/bin
1.2. Use the vim command to create and edit the /home/student/bin/bash-lab script file.
[student@workstation ] $ vim /bin/bash-lab
1.3. Insert the following text and save the file.
#!/usr/bin/bash
1.4. Make your script file executable.
[student@workstation ] $ chmod a+x /bin/bash-lab
Edit your newly created script file to store the following information from the servera and serverb machines on the workstation machine. The systems use
SSH keys for authentication, and therefore you do not require a password. Store the output of the listed commands from the following table in the
/home/student/output-servera and /home/student/output-serverb files respectively on the workstation machine. Use the hash sign (#) for differentiating the
output of the successive commands in the output file.
how do i execute this in my terminal
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Machine Learning And Knowledge Discovery In Databases European Conference Ecml Pkdd 2015 Porto Portugal September 7 11 2015 Proceedings Part 3 Lnai 9286

Authors: Albert Bifet ,Michael May ,Bianca Zadrozny ,Ricard Gavalda ,Dino Pedreschi ,Francesco Bonchi ,Jaime Cardoso ,Myra Spiliopoulou

1st Edition

3319234609, 978-3319234601

More Books

Students also viewed these Databases questions