Question
Perform all of the following steps from the bin directory: 1) Copy the famous.dat file (from assignment 1) from your home directory into the this
Perform all of the following steps from the bin directory: 1) Copy the famous.dat file (from assignment 1) from your home directory into the this (bin) directory and call it famous.data. (Hint: use ../ ) 2) Create a directory called datafiles under this (bin) directory. 3) Make a copy of famous.data into the datafiles directory but use the name famous.backup 4) Make a hard link file called famous.hard into the datafiles directory, that links to famous.data 5) Make a symbolic/soft link file called famous.soft into the datafiles directory, that links to famous.data. Note: the soft link source needs to be an absolute path, as does the destination, since the destination is in a different directory.
explanations for each step please (Intro to unix/linux)
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