• MANIPULATION


    MANIPULATION
    Generalizations
    Congratulations! You learned how to use the command line to view and manipulate the filesystem. What can we generalize so far?

    Options modify the behavior of commands:
    ls -a lists all contents of a directory, including hidden files and directories
    ls -l lists all contents in long format
    ls -t orders files and directories by the time they were last modified
    Multiple options can be used together, like ls -alt
    From the command line, you can also copy, move, and remove files and directories:
    cp copies files
    mv moves and renames files
    rm removes files
    rm -r removes directories
    Wildcards are useful for selecting groups of files and directories

  • 相关阅读:
    没有一个计时器控制在VB6计时器功能
    检测系统范围内的鼠标事件
    c# Com
    tcpdump
    dd
    dumpe/dumpe2fs/e2fsck
    fdisk
    mkswap/swapon/swapoff/free
    mkfs/mk2fs/fsck/e2fsck/tune2fs/blkid
    parted
  • 原文地址:https://www.cnblogs.com/young-ma/p/7892251.html
Copyright © 2020-2023  润新知