标签:命令 etc bsp amp 当前目录 tar -cvf 移动 inux 用户
1.创建多层级目录 mkdir -p idoxu/istester/2020
2.进入当前用户主目录 cd ~
3.进入当前目录 cd .
4.创建新文件 touch vi echo ‘hello‘ > filename cp
5.进入目录并且创建文件 cd etc/idoXu/ && touch isTester6666.ini
6.在目录下创建多个文件 101-400 touch istester{101,400}.ini
7.打tar 包 tar -cvf tar -zvf
8.移动两个文件 mv a b -t /usr/test
标签:命令 etc bsp amp 当前目录 tar -cvf 移动 inux 用户
原文地址:https://www.cnblogs.com/fly-in-the-sky/p/13056167.html