命令:touch

功能:创建文件,后接相对路径或者绝对路径

eg:

touch ./ren/jin/gui.txt

 

命令:rm

功能:删除文件,当删除的是目录的时候要加-R参数进行递归删除。

eg:

rm ./ren/jin/gui.txt

rm -R ./ren