码迷,mamicode.com
首页 > 系统相关 > 详细

20200606~linux 简单命令

时间:2020-06-06 20:11:35      阅读:79      评论:0      收藏:0      [点我收藏+]

标签:命令   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

20200606~linux 简单命令

标签:命令   etc   bsp   amp   当前目录   tar -cvf   移动   inux   用户   

原文地址:https://www.cnblogs.com/fly-in-the-sky/p/13056167.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!