Linux 新建文件命令

1.创建文件夹

mkdir -p 文件夹名

p 确保目录名称存在,不bai存在的就建一个。

2、创建文件

touch a.txt

 

你可能感兴趣的:(Linux 新建文件命令)