127k views
4 votes
In linux, how to make a hierarchical directory structure under /root that consists of one directory containing three subdirectories

User Thymen
by
9.0k points

1 Answer

6 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

hope this helps
User UrMi
by
7.8k points