Changes

Jump to: navigation, search

Tutorial8: Links / Process Management

8 bytes added, 06:01, 24 February 2021
LINUX PRACTICE QUESTIONS
'''Review Questions:'''
# Hard Links:<ol type="a"><li>What is the purpose of creating a hard-link?</li><li>Write a single Linux command to create a hard link called '''~/backup/myfile.txt.lnk''' to for the <u>existing </u> file called '''~/myfile.txt'''</li><li>Write a single Linux command to display detailed information for those files above displaying their '''i-node''' numbers.</li></ol><br>
# Symbolic (Soft) Links:<ol type="a"><li>Write a single Linux command to create a symbolic link called '''~/shortcuts/murray.saul.lnk''' to the existing directory called '''~murray.saul'''</li><li>Write a single Linux command to display detailed information for those files above displaying their i-node numbers.</li><li>What data is contained in the file called '''~/shortcuts/murray.saul.lnk'''?</li><li>What would be the size of the file called '''~/shortcuts/murray.saul.lnk'''?</li></ol><br>
# Write a single Linux command to run the program called '''~/clean.sh''' in the background.<br>a. What command would you issue to place the previously issued program in the foreground?<br>b. What command would you issue to confirm that this program is running in the background?<br>c. What key-combination would you issue to send that program again into the background?<br><br>
13,420
edits

Navigation menu