Run the following command to create three directories inside your home directory: bashCopyEditmkdir ~/dir1 ~/dir2 ~/dir3 Step 2: Verify Using tree Command bashCopyEdittree ~ Expected Output (partial): arduinoCopyEdit/home/yourusername ├── dir1 ├── ...
No responses yet.