STEP 1: LIST ALL THE FILES AND DIRECTORIES
- Command used:- ls
STEP 2: NAVIGATE TO THE DOCUMENTS DIRECTORY
- Command used:- cd Documents
- This changes the current directory from the root to the Documents directory
STEP 3: CREATE A NEW FILE
- Command used:- touch shalyne.txt
STEP 4: EDIT THE CREATED FILE
- Command used:- nano shalyne.txt
- This opens a text editor that enables one to type any information