Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Use the following directory structure to answer questions as needed. Treat Your EC 2 instance home as / home / yourusername / For questions with
Use the following directory structure to answer questions as needed.
Treat Your EC instance home as homeyourusername
For questions with multiple Linux commands in the answer please put each command on its own lin
Given the directory structure above, what is the absolute path in YOUR EC instance to
the carousel.js file?
What is the relative path to carousel.js from the web directory?
If you are in the css directory, what is the relative path to get to imgpng
What is the single Linux command to copy imgpng into the img directory and name it carouselimgpng
Assuming you are in the web directory, what is the Linux command to make index.html readwriteexecutable for the owner, readwrite for the group, and read only for the world?
Assuming you are in the web directory, what is the Linux command to remove write permissions for the world from about.html
If you are in your EC home directory, what is the series of commands to move to the assets directory and do a detailed listing of the directorys contents?
You are in the assets directory. What is the series of commands to create a new subdirectory in web called modules move into modules and edit a new file called sidebar.html
Assume you are in your proj directory. What command would delete the assets
directory as well as everything in it
What is the command to get more detailed information about how to use the sudo command?
Step 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