Answered step by step
Verified Expert Solution
Question
1 Approved Answer
using Linux/Unix, using Ubuntu on virtual box, thank you Due Wednesday by 11:59pm Submitting a file upload Points 25 We talked a bit about writing
using Linux/Unix, using Ubuntu on virtual box, thank you
Due Wednesday by 11:59pm Submitting a file upload Points 25 We talked a bit about writing shell scripts in class. There are a couple of things to remember when writing shell scripts: I. The VERY FIRST line of the file must be: #!/bin/bash 2. Make sure the file has execute permission With that in mind, create a shell script that does the following: Displays the current directory Displays the current contents of the directory Creates a new directory called tmp Change to the tmp directory you just created Create a file called CH10-11-Test Display a long listing of ALL the files in the tmp directory SUBMIT The file containing the script you just created. File UploadGoogle Doc Upload a file, or choose a file you've already uploaded. File: Choose File No file chosen +Add Another File Click here to find a file you've already uploaded Comments.. Cance Submit AssignmentStep 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