Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Solve this please. Homework 2 At each step, record the commands that you use at each step, and also the answers to any questions, in

Solve this please.

image text in transcribedimage text in transcribed

Homework 2 At each step, record the commands that you use at each step, and also the answers to any questions, in the file hw2.txt; turn this file in to the icollege dropbox. You might find it useful to have hw2.txt open in its own vim window or tab as you go. Create a directory hw2, cd into it, and do the following. Editing Files with Vim 1. Mystery Science Theater 3000 is a cult classic; let's put some episodes in a .csv file. Start editing the file mst3k_mike.csv in vim. 2. Get into insert mode, and type the following 6;3; Zombie Nightmare 8;10; Giant Spider Invasion 6;21;The Beast of Yucca Flats 8;20;Space Mutiny 3. Add the line 8, 16, Devil Doll after Giant Spider Invasion. 4. The Beast of Yucca Flats and Giant Spider Invasion are out of order; swap them. 5. Add 10,1, Souptaker at the end on its own line. 6. Oops! That should be the Soultaker. Change it. to commas (). Do this 7. A CSV file should be comma-separated, so change all those semicolons with one command, using a search-and-replace with a range. 8. Write the file to disk. 9. Open a new window or tab. 10. In your new window or tab, edit the file mst3k_joel.csv. 11. Enter insert mode, and type the following: 4,22, The Day the Earth Froze 4, 24, Manos: The Hands of Fate 9, 12, Screaming Skull 12. Oops! Screaming Skull should be in the other file; delete that line from mst3k_joel.csv and put it in mst3k_mike.csv. should be in both files; copy it over into 13. Soultaker (from mst3k_mike.csv) mst3k_joel.csv. (Put it at the end.) 14. Write both files 15. Quit all your files. Links and Permissions 16. What permissions do mst3k_mike.csv and mst3k_joel.csv have? 17. Create a hard link from mst3k_mike.csv to mike_eps.csv. 18. Create a soft link from mst3k_joel.csv to joel_eps.csv. 19. Remove the write permission from others for the file mst3k_joel.csv. 20. Remove the write permission from user (i.e. the owner) for the file mst3k_mike.csv. 21. Try to delete mike_eps.csv. Could you? 22. What do each of the following modes do? 0744 0440 0561 23. Compute each mode: remove execute from other and group in 755 add write to user in 400 add execute to user and group in 640 24. Use chmod's concise syntax to: remove execute and write from group and other add execute to user, but remove write from group

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered 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

Students also viewed these Databases questions