Open main menu

CDOT Wiki β

Changes

Tutorial8: Links / Process Management

109 bytes added, 10:59, 25 February 2021
INVESTIGATION 1: LINKING FILES
# Issue the following Linux command: <br><span style="color:blue;font-weight:bold;font-family:courier;">ls -l ~/text-file.sym.lnk</span><br><br>This output indicates a "'''broken link'''" and indicates this is not an effective method of backing up files.<br><br>
# Issue the following Linux command: <span style="color:blue;font-weight:bold;font-family:courier;">ln -s ~uli101 101</span><br><br>
# Issue the following Linux command: <span style="color:blue;font-weight:bold;font-family:courier;">ls -l ld 101</span><br><br>What happened? Whydo you notice?Symbolic links are good for creating "short-cuts" to <u>both</u> '''regular files''' and '''directories'''.
13,420
edits