美文网首页Linux运维路线
linux-文件管理命令

linux-文件管理命令

作者: 依然慢节奏 | 来源:发表于2019-07-05 18:28 被阅读107次

    一、cp命令

    image.png image.png
    image.png
    image.png
    [root@localhost /home/unnet/data]#cp a.txt  c.txt --backup
    cp: overwrite ‘c.txt’? y
    [root@localhost /home/unnet/data]#ll
    total 40
    -rw-r--r-- 1 root   webs  192 Jul  4 16:32 a.txt
    -rw-rw-r-- 1 unnet  webs   10 Jul  4 15:48 b.txt
    -rw-r--r-- 1 root   webs  192 Jul  5 17:43 c.txt
    -rw-rw-rwx 1 unnet  unnet  70 Jul  4 16:12 c.txt~
    drwxr-sr-x 2 root   webs   19 Jul  5 17:38 dir
    -rw-rw-rwx 1 unnet  unnet  11 Jul  4 16:39 d.txt
    -rw-rw-r-- 1 missbe webs   50 Jul  4 17:37 e.txt
    -rw-r--r-- 1 root   webs  406 Jul  5 12:00 f
    -rw-r--r-- 1 root   webs  465 Jul  5 14:29 f1
    -rw-r--r-- 1 root   webs  480 Jul  4 19:38 f3
    -rw-rw-r-- 1 missbe webs    0 Jul  4 11:50 t.txt
    -rw-r--r-- 1 root   webs  340 Jul  4 12:16 txt.txt
    

    二、mv命令

    image.png

    三、rm命令

    image.png

    四、目录操作

    image.png

    相关文章

      网友评论

        本文标题:linux-文件管理命令

        本文链接:https://www.haomeiwen.com/subject/toaehctx.html