UP | HOME

HW2
COP-3402

This table contains a list of paths to files (recall that directories are files too).

path relative or absolute working directory
/home absolute /
/dev absolute /
/boot absolute /dev
usr relative /
paul relative /home
../home/paul/src relative /dev
bin relative /usr
./bin relative /home/paul
home relative /home/paul
paul relative /dev/../home/paul/home/

Using this list, construct a diagram of the the complete file tree containg all files listed in the paths. Feel free to draw this tree by hand as shown in class or use ascii art, e.g., as the tree command does.

Author: Paul Gazzillo

Created: 2024-08-26 Mon 10:02