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