Changes

Jump to: navigation, search

Tutorial2: Unix / Linux File Management

436 bytes added, 21:27, 7 January 2020
u
# Issue the following Linux command: <span style="color:blue;font-weight:bold;font-family:courier;">ls -lR</span><br><br>What directories do you see?<br><br>
# Issue the following Linux command: <span style="color:blue;font-weight:bold;font-family:courier;">ls -lR uli101</span><br><br>Note the differences between both of these commands.<br><br>You can copy and move entire directories (and their contents) to other directories.<br><br><table align="right"><tr valign="top"><td>[[Image:directory-structure-7.png|thumb|right|250px|Output of the '''tree''' command to confirm copy of '''uli101''' directory (and contents) to the '''xyz''' directory.]]</td><td>[[Image:directory-structure-8.png|thumb|right|300px|Output of the '''tree''' command to confirm movement of '''apc100 directory''' directory (and contents) to the '''xyz''' diredtory.]]</td></tr></table>
# Issue the following Linux command: <span style="color:blue;font-weight:bold;font-family:courier;">cp -R uli101 xyz100</span><br><br>Note the differences between both of these commands.<br><br>#Issue the following Linux command to display the directory structure of your home directory to confirm you copied the uli101 directory:<br><span style="color:blue;font-weight:bold;font-family:courier;">tree</span><br><br># Issue the following Linux command: <span style="color:blue;font-weight:bold;font-family:courier;">mv apc100 xyz100/uli101/tutorials</span><br><br>Note the differences between both of these commands.<br><br>
#Issue the following Linux command to display the directory structure of your home directory to confirm you copied the uli101 directory:<br><span style="color:blue;font-weight:bold;font-family:courier;">tree</span><br><br>
13,420
edits

Navigation menu