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

linux基本命令-定位及文件操作命令

时间:2020-01-29 12:08:25      阅读:109      评论:0      收藏:0      [点我收藏+]

标签:操作   linux基本命令   pwd   rm -rf   文件操作命令   linu   bsp   基本命令   localhost   

举例:[root@localhost~]#

定位及文件操作命令:

1、pwd:[root@localhost~]#pwd

      /root

2、cd:[root@localhost~]# cd /etc

          [root@localhost etc]# pwd 

          /etc

3、touch:[root@localhost~]#touch *

                [root@localhost~]#touch text

4、mkdir:[root@localhost~]#mkdir dirl

                [root@localhost~]#mkdir /home/dirl

5、cp:[root@localhost~]#cp -R /etc/apt  /tmp

6、mv:[root@localhost~]#mv text /home

            [root@localhost~]#mv text text.bak

7、rm:[root@localhost~]#rm text

           [root@localhost~]#rm -rf dir2

8、rmdir:[root@localhost~]#rmdir dirl

               [root@localhost~]#rrmdir -p dirl/linux

linux基本命令-定位及文件操作命令

标签:操作   linux基本命令   pwd   rm -rf   文件操作命令   linu   bsp   基本命令   localhost   

原文地址:https://www.cnblogs.com/zzker/p/12239775.html

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