Changes

Jump to: navigation, search

Tutorial8: Links / Process Management

210 bytes added, 18:04, 4 February 2020
INVESTIGATION 1: LINKING FILES
# Issue the following Linux command to create the following symbolic link in your home directory: <br><span style="color:blue;font-weight:bold;font-family:courier;">ln -s ~/links2/text-file.txt ~/text-file.sym.lnk</span><br><br>
# Issue the ls -l command for the ~/text-file.txt.sym.lnk file.<br><br>What do you notice? What is the file size?<br>What pathname do you think this file contains?<br><br>
# Issue the following Linux command:<br><span style="color:blue;font-weight:bold;font-family:courier;">cat ~/text-file.txt.sym.lnk</span><br><br>What did you notice?<br><br># Issue the following Linux command to remove the ~/links2 directory: <br><span style="color:blue;font-weight:bold;font-family:courier;">rm -rf ~/links2</span><br><br>
# x
13,420
edits

Navigation menu