Intro to Computing - How Files and Folders Organize Data
Given this folder structure:
What is the absolute path to fileB.txt in a Unix system?
root/
├── folder1/
│ └── fileA.txt
└── folder2/
└── fileB.txt
What is the absolute path to fileB.txt in a Unix system?
