Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Need help with linux terminal commands for the following questions: 7. Link a) Go to your Documents directory; b) Create a file file1 with the

Need help with linux terminal commands for the following questions:

image text in transcribed

7. Link a) Go to your "Documents" directory; b) Create a file "file1" with the text "hello" in it; c) Create a hard link named "file2" linked to "file1"; d) Create a soft link named "soft1" linked to "file1"; create another soft link named "soft2" linked to "file2" e) View information of the 4 files (what command should you use to produce some output same to the figure below) - what's the difference of these 4 files? 935008 -rw-r-r-2 root root 6 2011-99-08 :52 filel 935008-rw-r-r-2 root root 6 2011-99-98 : 52 file2 936795 1rwxrwx rwx 1 root root 5 2011-99-98 00:59 soft! -> file1 936796 rwxrwx rwx 1 root root 5 2011-99-98 00:53 soft2-> file2 Are contents of the 4 files the same? What command do you use to verify that? Create a hard link "file3" linked to "soft1" f) g) h) Use a text editor (Nano or VIM) to edit "soft2": change "hello" to "hello, world" Now, what is the content in each of the 5 files? Are they the same? What if you change the text in any of these files? Rename "file1" to "change". Now, how many files can you still open and view the content? Use the same command you used in step e) to view file information. What's the change? Use a text editor to edit "file3": type "Linux" and save. Now what will happen? Which files share the same content? Why? j) k) List all files you have now (use the-l option). Take a screenshot (#3-6) of the command and the result

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

Expert Oracle9i Database Administration

Authors: Sam R. Alapati

1st Edition

1590590228, 978-1590590225

More Books

Students also viewed these Databases questions