229k views
0 votes
Make a hierarchical directory structure under /root that consists of one directory containing three subdirectories.

1 Answer

4 votes
you can make a hierarchical directory structure under /root that consists of one directory containing subdirectories by using cd and mkdir
the mkdir command created the directories while the cd command changes which directory you're currently in
User Kris Walker
by
8.6k points