Lab2B - The Linux File System (Continued)
Objective:
Steps
Task 1: Create a New Directory
a. Use the 
b. Change your current working directory to the newly created 
mkdir
command to create a new directory named lab2b
lab2b
directory using the cd
command.Task 2: Create the Directory Structure
Task 3: Create Sub Directory Files
a. For U2 Directory: Create the "BeautifulDay.mp3" and "21_Guns.mp3" files in the"U2" directory within "My_Stuff/Music. 
b. For ITB5004 and ITB5005 Directories:
Create "Notes.txt" files in the "ITB5004" and "ITB5005" directories within "My_Stuff/Docs. 
c. For Tetris and Warcraft Directories:
Create "HighestScores.txt" in the "Tetris" directory and "CheatCodes.txt" in the "Warcraft" directory within "My_Stuff/Games." 
d. Verify Your Work Now With 
Create "Notes.txt" files in the "ITB5004" and "ITB5005" directories within "My_Stuff/Docs.
Create "HighestScores.txt" in the "Tetris" directory and "CheatCodes.txt" in the "Warcraft" directory within "My_Stuff/Games."
tree
Command.
Task 4: Final Work
a. Directory Listing: Create a listing of all directories and subdirectories in "My_Stuff".
Redirect the above command to a file named "lab2B_q5.txt" in /home/A2023XXXXX/lab2b/My_Stuff. 
b. Moving Files: Move the "WMV5001" folder into the "Docs" directory. Move the "21_Guns.mp3" file into the "Green Day" folder. 
c. Deleting Files:
We Have To Delete "Van Morrisson" and Files inside Games. 
Verify Your Work With 
Create a listing of all directories and subdirectories in "My_Stuff".
Redirect the above command to a file named "lab2B_q7.txt". Your Work Should Be Like This : 
Redirect the above command to a file named "lab2B_q5.txt" in /home/A2023XXXXX/lab2b/My_Stuff.
We Have To Delete "Van Morrisson" and Files inside Games.
tree
Command .Directory Listing:
Redirect the above command to a file named "lab2B_q7.txt".
Modified atΒ 2024-09-26 14:10:01