在重新整理文件之前,项目需要两个名为 src 和 config 的新同级目录。哪个命令可以在项目根目录下创建这两个目录?
src
config
cp src config
mkdir src/config
mv src config
mkdir src config