Navigate into dir2 using relative path and create a file named testfile.txt. (Check its path using pwd)
If you are in your home directory (~), use: bashCopyEditcd dir2 If you are elsewhere, use the relative path accordingly, e.g., from dir1: bashCopyEditcd ../dir2 Step 2: Create a File Named testfile.txt bashCopyEdittouch testfile.txt Step 3: Verify...
Mar 29, 20251 min read1