Changes

Jump to: navigation, search

Tutorial2: Unix / Linux File Management

627 bytes added, 20:31, 7 January 2020
Part 2: Viewing Directory Contents / Copying & Moving Directories
'''Perform the Following Steps:'''
[[Image:directory-structure-5.png|thumb|right|250px|Output of the '''tree''' command to display directory structure.]]
# Issue the following Linux command: <span style="color:blue;font-weight:bold;font-family:courier;">tree</span><br><br>'''NOTE:''' You should always confirm see the directory structure that you have created in the previous section. You can also issue the tree command using a directorypathname to display the directory structure for a specific scope. This <br><br>You can be done by issuing also use the -R option for the ls command to display all directories and subdirectories for a specified directory path (referred to as a "recursive directory listing").<br><br># 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>
===Part 3: Removing Directories ===
13,420
edits

Navigation menu