cp命令
复制文件 cp test01.txt test02.txt
复制文件夹 cp -r hsy01 hsy02
mv命令
移动文件/文件夹
rm命令
删除文件 rm test.txt
删除文件夹(目录 rm -r hsy01
通配符 *
匹配任意内容
注意* 位置
强制删除-f
root超级管理员
cp命令
复制文件 cp test01.txt test02.txt
复制文件夹 cp -r hsy01 hsy02
mv命令
移动文件/文件夹
rm命令
删除文件 rm test.txt
删除文件夹(目录 rm -r hsy01
通配符 *
匹配任意内容
注意* 位置
强制删除-f
root超级管理员